Skip to main content
DELETE
/
v1
/
phone-number
/
{id}
Delete Phone Number
curl --request DELETE \
  --url https://api.nedzo.ai/v1/phone-number/{id} \
  --header 'Authorization: Bearer <token>'
{
  "status_code": 123,
  "message": "<string>",
  "data": null
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string<uuid>
required

Response

Successful Response

status_code
integer
required
message
string
required
data
null