v52

OpenAPI 3.1.0raw.githubusercontent.com2026-07-311,1941,9384.1 MB
Hosted Numbers

Delete a messaging hosted number

delete/messaging_hosted_numbers/{id}

Path parameters

idstring required

Identifies the type of resource.

Response

Successful response with details about a messaging hosted number order.

Example response

{
  "data": {
    "id": "86f58db9-0fe3-4adc-9d1f-46e66e6e9323",
    "messaging_profile_id": "dc8f39ac-953d-4520-b93b-786ae87db0da",
    "phone_numbers": [
      {
        "id": "bf6307bd-884d-4c1f-b6ea-c62b8c495d3c",
        "phone_number": "+18665550001",
        "record_type": "messaging_hosted_number",
        "status": "pending"
      },
      {
        "id": "464bd54e-a328-4b11-a131-28e6793cb6f2",
        "phone_number": "+18665550002",
        "record_type": "messaging_hosted_number",
        "status": "pending"
      }
    ],
    "record_type": "messaging_hosted_number_order",
    "status": "pending"
  }
}