DELETE
/
v1
/
audio-projects
/
{id}
Delete audio
curl --request DELETE \
  --url https://api.magichour.ai/v1/audio-projects/{id} \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <api_key>, where <api_key> is your API key. To get your API key, go to Developer Hub and click "Create new API Key".

Path Parameters

id
string
required

Unique ID of the audio project. This value is returned by all of the POST APIs that create an audio.

Example:

"cuid-example"

Response

204