Skip to main content
DELETE
/
docs
/
v1
/
uploads
/
{id}
cURL
curl --request DELETE \
  --url https://api-dev.meeamitech.com/docs/v1/uploads/{id} \
  --header 'Authorization: Bearer <token>'
{
  "status": true,
  "message": "Audio file deleted successfully."
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

ID of the user to delete

Response

200 - application/json

Audio file is deleted successfully

status
boolean
message
string