delete https://api.neuronsinc.com/predict/v2/media/
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.