v52

OpenAPI 3.1.0raw.githubusercontent.com2026-07-311,1941,9384.1 MB
Porting Orders

Delete a phone number block

Deletes a phone number block.

delete/porting_orders/{porting_order_id}/phone_number_blocks/{id}

Path parameters

porting_order_idstring uuid required

Identifies the Porting Order associated with the phone number block

idstring uuid required

Identifies the phone number block to be deleted

Response

Successful response

Example response

{
  "data": {
    "activation_ranges": [
      {
        "end_at": "+4930244999910",
        "start_at": "+4930244999901"
      }
    ],
    "country_code": "DE",
    "created_at": "2021-03-19T10:07:15.527Z",
    "id": "f24151b6-3389-41d3-8747-7dd8c681e5e2",
    "phone_number_range": {
      "end_at": "+4930244999910",
      "start_at": "+4930244999901"
    },
    "phone_number_type": "local",
    "record_type": "porting_phone_number_block",
    "updated_at": "2021-03-19T10:07:15.527Z"
  }
}