v1

latestOpenAPI 3.1.02026-07-2617125852.3 KB
CRMActions

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

idstring

Unique identifier of the deleted phone number record.

timestamp_createdstring date-time

Timestamp when the deleted record was originally created.

organization_idstring

Identifier of the organization that owned the phone number.

phone_numberstring

The deleted phone number.

countrystring

Country code of the deleted phone number.

localitystring

Region or city associated with the deleted phone number.

subscription_idstring

Billing subscription ID associated with this number (if any).

twilio_sidstring

Twilio SID of the deleted number.

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"
}