v1
latestOpenAPI 3.1.02026-07-2617125852.3 KBCRMActions
Delete phone number
Delete a specific phone number from the organization.
Requires one of the following scopes: crm_actions:delete, crm_actions:all, all:delete, all:all
delete/api/v2/crm-actions/phone-numbers/{id}
Path parameters
idstring required
Example:019f94cd-ae52-74f4-ba59-923efde13ee6
The phone number record id to delete
Response
Default Response
Example response
{
"id": "019f94cd-ae52-74f4-ba59-923f7f7845b0",
"timestamp_created": "2026-07-24T15:45:35.314Z",
"organization_id": "019f94cd-ae52-74f4-ba59-924039497720",
"phone_number": "+15551234567",
"country": "US",
"locality": "San Francisco",
"subscription_id": "sub_1PuaE1B3VEKBA0ygDAKk7QVc",
"twilio_sid": "PN998dda028e07a49c8038b2206341d463"
}