Zum Hauptinhalt springen
DELETE
/
v1
/
phone-numbers
/
{id}
Delete Phone Number
curl --request DELETE \
  --url https://api.telli.com/v1/phone-numbers/{id} \
  --header 'Authorization: <api-key>'
{
  "message": "<string>"
}

Documentation Index

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

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

Autorisierungen

Authorization
string
header
erforderlich

API key must be provided as: Bearer <api_key>

Pfadparameter

id
string<uuid>
erforderlich

The phone number ID to delete

Antwort

Phone number deleted successfully