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

phoneNumberId
string
required

Unique identifier for a Phone Number. Format: ph_[test_]{ksuid}

Example:

"ph_2DbBs7GWhGvVNJGrDXr5RG0mBWI"

Response

Phone number removed successfully

message
string
required