Skip to main content
DELETE
/
numbers
/
delete
cURL
curl --request DELETE \
  --url https://alto.dialme.at/api/altov2/public/numbers/delete \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "id": "<string>"
}
'
{
  "message": "success",
  "deleted": "ph_***"
}

Authorizations

Authorization
string
header
required

Retrieve your key from Dashboard.

Body

application/json
id
string
required

ID of the phone number to create.

Response

Successful response

message
string
Example:

"success"

deleted
string
Example:

"ph_***"