Skip to main content
DELETE
/
phone-numbers
/
{id}
Delete an imported phone number
curl --request DELETE \
  --url https://api.vocobase.com/api/v2/phone-numbers/{id} \
  --header 'Authorization: Bearer <token>'
{
  "success": false,
  "error": {
    "code": "UNAUTHORIZED",
    "message": "Invalid or missing API key"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.vocobase.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key in format: rg_live_xxxx. Pass as a Bearer token in the Authorization header.

Path Parameters

id
string<uuid>
required

Response

Phone number deleted.