deleteCustomModuleFileAttachment
Delete a CustomModule file attachment. If the underlying blob is shared by other attachments, only the attachment record is removed. Otherwise, the blob is purged from storage. Requires edit permissions on the CustomModule.
Arguments
input
· DeleteCustomModuleFileAttachmentInput · Parameters for DeleteCustomModuleFileAttachment Returns
DeleteCustomModuleFileAttachmentPayload Example
mutation deleteCustomModuleFileAttachment( $input: DeleteCustomModuleFileAttachmentInput) { deleteCustomModuleFileAttachment(input: $input) { file_attachment messages }}