Skip to main content

Delete Phone Number

Delete a phone number. This will release the number from your account.
curl -X DELETE "https://api.example.com/api/v1/phone_numbers/1" \
  -H "X-API-Key: your-api-key-here"
{
  "status": {
    "code": 200,
    "message": "Phone number deleted successfully"
  }
}