v53

OpenAPI 3.1.0raw.githubusercontent.com2026-08-041,1941,9384.1 MB
Porting Orders

Delete a phone number extension

Deletes a phone number extension.

delete/porting_orders/{porting_order_id}/phone_number_extensions/{id}

Path parameters

porting_order_idstring uuid required

Identifies the Porting Order associated with the phone number extension

idstring uuid required

Identifies the phone number extension to be deleted

Response

Successful response

Example response

{
  "data": {
    "activation_ranges": [
      {
        "end_at": 10,
        "start_at": 1
      }
    ],
    "created_at": "2021-03-19T10:07:15.527Z",
    "extension_range": {
      "end_at": 10,
      "start_at": 1
    },
    "id": "f24151b6-3389-41d3-8747-7dd8c681e5e2",
    "porting_phone_number_id": "f24151b6-3389-41d3-8747-7dd8c681e5e2",
    "record_type": "porting_phone_number_extension",
    "updated_at": "2021-03-19T10:07:15.527Z"
  }
}