Deletes a media and all the assets associated with it

Pre-requisites

it is necessary to have an existing media with a media_id associated.

Use the media_id to send the DELETE request to the endpoint /predict/v2/media/media_id

Successful Response

Upon a successful deletion of a media, the response will have a status code of 204 (no-content).

Oterwise, if the media doesn't exist or has already been deleted it will return 404.

Language
Credentials
Header
Click Try It! to start a request and see the response here!