Media

Delete a media object

Deletes a pending media object and the bytes stored for it. Fails if the media object is already ready.

DELETE
/v1/media/{mediaId}

Deletes a pending media object and the bytes stored for it. Fails if the media object is already ready.

x-api-key<token>

In: header

Path Parameters

mediaId*string
Match^media_[0-9a-hjkmnp-tv-z]{16,24}$

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X DELETE "https://example.com/v1/media/string"
{  "success": true}