cURL
curl --request DELETE \ --url https://api.example.com/api/v1/integration/audio/{id} \ --header 'x-api-key: <api-key>'
Deletes an audio file from S3 and the database. Only the owner can delete.
Audio ID to delete
Audio deleted successfully
Was this page helpful?