Skip to main content
DELETE
/
v1
/
calls
/
voicemails
/
{voicemailId}
cURL
curl --request DELETE \
  --url https://api.buildwithchirp.com/v1/calls/voicemails/{voicemailId} \
  --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

voicemailId
string
required

Unique identifier for a Call Voicemail. Format: call_vm_[test_]{ksuid}

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

"call_vm_2DbBs7GWhGvVNJGrDXr5RG0mBWI"

Response

Voicemail deleted

message
string
required