Skip to content

DeleteCustomModuleFileAttachmentInput

Autogenerated input type of DeleteCustomModuleFileAttachment

Fields

file_attachment_id · ID! · required · The ID of the CustomModule file attachment to delete. Must be an attachment belonging to a CustomModule record that the current user has permission to edit.

Used By

Definition

"""
Autogenerated input type of DeleteCustomModuleFileAttachment
"""
input DeleteCustomModuleFileAttachmentInput {
"""
The ID of the CustomModule file attachment to delete. Must be an attachment belonging to a CustomModule record that the current user has permission to edit.
"""
file_attachment_id: ID!
}