Media
Delete a media object
Deletes a pending media object and the bytes stored for it. Fails if the media object is already ready.
Deletes a pending media object and the bytes stored for it. Fails if the media object is already ready.
Authorization
apiKey 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}