Skip to main content

DeleteMediaImageResponse

Response confirming successful deletion of an image media item

type DeleteMediaImageResponse {
mediaId: String!
}

Fields

DeleteMediaImageResponse.mediaId ● String! non-null scalar

Unique identifier of the successfully deleted image.

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

Returned By

mediaImageDelete mutation