Skip to main content
DELETE
/
phones
/
{phone}
Delete a phone
curl --request DELETE \
  --url https://api.voice-mate.com/v1/phones/{phone} \
  --header 'Authorization: Bearer <token>'
{
  "status": "success"
}

Authorizations

Authorization
string
header
required

Bearer auth header. Pass with value 'Bearer {api_key}'. Api key can be found in account Settings -> API Keys page

Path Parameters

phone
string
required

E.164 formatted phone number

Response

Phone deleted

status
enum<string>
required
Available options:
success