Api
Delete Media
Permanently delete a media file.
Permanently delete a media file.
Authorization
apiKeyAuth x-medialit-apikey<token>
In: header
Path Parameters
mediaId*string
ID of the media file
Response Body
application/json
application/json
application/json
curl -X DELETE "https://api.medialit.cloud/media/delete/string"{
"message": "success"
}{
"error": "Unauthorized"
}{
"error": "Internal Server Error"
}