DeleteMediaAttachmentResponse
Response confirming successful deletion of a private attachment file
type DeleteMediaAttachmentResponse {
mediaId: String!
}
Fields
DeleteMediaAttachmentResponse.mediaId
● String!
non-null scalar
Unique identifier of the successfully deleted attachment.
This ID can be used to confirm which private attachment was removed from the system. The attachment file and all its associated metadata are permanently deleted and cannot be recovered.
Returned By
mediaAttachmentDelete
mutation