Skip to main content
DELETE
/
api
/
{audioId}
curl -X DELETE https://api.musique.app/api/aud_9x8y7z6w5v4u3t \
  -H "X-API-Key: msk_live_1234567890abcdef"
{
  "deleted": true,
  "audioId": "aud_9x8y7z6w5v4u3t"
}
Permanently delete an audio file from your library.
Deleting audio is permanent and cannot be undone. Audio files with scheduled sends cannot be deleted until those sends are completed or cancelled.

Request

Headers

X-API-Key
string
required
Your API authentication token

Path Parameters

audioId
string
required
ID of the audio file to delete

Response

deleted
boolean
Confirmation that the audio was deleted
audioId
string
ID of the deleted audio file
curl -X DELETE https://api.musique.app/api/aud_9x8y7z6w5v4u3t \
  -H "X-API-Key: msk_live_1234567890abcdef"
{
  "deleted": true,
  "audioId": "aud_9x8y7z6w5v4u3t"
}

Before Deleting

Before deleting audio files, consider:
  1. Check scheduled sends - Audio with pending scheduled sends cannot be deleted
  2. Review usage stats - Use Get Audio to check if the file is still being used
  3. Export if needed - Download a copy of the audio file from the CDN URL if you might need it later