Skip to main content
DELETE
/
media
/
{mediaId}
Delete file
curl --request DELETE \
  --url https://app.azalt.co/api/v1/media/{mediaId} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

mediaId
string
required

Response

object | null

Successful response

id
string
required