curl -X DELETE https://api.infinipost.co/v1/media/sounds/sound_abc123 \ -H "Authorization: Bearer YOUR_API_KEY"
{ "success": true, "soundId": "sound_abc123", "message": "Sound deleted successfully" }
Delete an uploaded sound
{ "error": { "code": "not_found", "message": "Sound sound_abc123 not found" } }