Skip to main content

DeleteMediaVideoResponse

Response confirming successful deletion of a video media item

type DeleteMediaVideoResponse {
mediaId: String!
}

Fields

DeleteMediaVideoResponse.mediaId ● String! non-null scalar

Unique identifier of the successfully deleted video.

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

Returned By

mediaVideoDelete mutation