Skip to main content
DELETE
/
v1
/
calls
/
recordings
/
{recordingId}
cURL
curl --request DELETE \
  --url https://api.buildwithchirp.com/v1/calls/recordings/{recordingId} \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

App API key (format: sk_live_app_* or sk_test_app_*) for app-level operations

Path Parameters

recordingId
string
required

Unique identifier for a Call Recording. Format: call_rec_[test_]{ksuid}

Pattern: ^call_rec_(?:test_)?[a-zA-Z0-9]{27}$
Example:

"call_rec_2DbBs7GWhGvVNJGrDXr5RG0mBWI"

Response

Recording deleted

message
string
required