Delete Video

admin.content.video.delete

This API should be called to delete an existing video object. This delete will not terminate the screeners associated with the video as they will continue to exist until they expire or they are deleted.

Further, this is not a physical delete of video assets but logical deletion. Due to compliance reasons, we maintain the media assets for a finite period of time before they are deleted from our servers. Please contact support to understand your company's archival /deletion process.

Endpoint

    DELETE v1/admin/projects/<project_key>/videos/<video_key>

Headers

Header Value
Authorization Bearer api_key.

Response Body

    {
        "status_code": "A1102",
        "status_message": "Video Deleted Successfully",
        "ext_video_id": "596afghhhxx",
    }
Field Type Description
ext_video_id String A customer provided unique ID for the video.

Error Codes

Indee provides a comprehensive list of Error Codes. To know more, see Common Error and Success Codes.