cURL
curl --request DELETE \ --url https://api.voice-mate.com/v1/phones/{phone} \ --header 'Authorization: Bearer <token>'
{ "status": "success" }
Delete a phone from the account.
Bearer auth header. Pass with value 'Bearer {api_key}'. Api key can be found in account Settings -> API Keys page
E.164 formatted phone number
Phone deleted
success