Skip to main content

DeleteMediaDocumentResponse

Response confirming successful deletion of a document media item

type DeleteMediaDocumentResponse {
mediaId: String!
}

Fields

DeleteMediaDocumentResponse.mediaId ● String! non-null scalar

Unique identifier of the successfully deleted document.

This ID can be used to confirm which document was removed from the system. The document file and all its associated metadata are permanently deleted and cannot be recovered.

Returned By

mediaDocumentDelete mutation