cURL
curl --request DELETE \ --url https://api.buildwithchirp.com/v1/media/{id} \ --header 'Authorization: Bearer <token>'
{ "success": true, "id": "<string>" }
Delete a media file by ID
App API key (format: sk_live_app_* or sk_test_app_*) for app-level operations
Media ID
Media deleted successfully
ID of the deleted media