Delete
The
Delete Media
Object endpoint is used to remove an existing media object from your Oxolo account. To use this endpoint, you must provide the identifier for the media object you want to delete. The request should be sent as a DELETE
request to the /v1/api/assets/media/{MEDIA_IDENTIFIER}
endpoint, with the necessary authorization and content-type headers included.HTTP Request
DELETE https://api.oxolo.com/v1/api/assets/media/{MEDIA_IDENTIFIER}
curl -X 'DELETE'
'https://api.oxolo.com/v1/api/assets/media/{MEDIA_IDENTIFIER}'
-H 'accept: application/json'
-H 'authorization: YOUR_API_KEY'
{"results": "success"}