Skip to main content
DELETE
/
assistants
/
v1
/
numbers
/
{id}
Delete Number
curl --request DELETE \
  --url https://api-prod.interactly.ai/assistants/v1/numbers/{id} \
  --header 'Authorization: Bearer <token>'
{
  "message": "Failed to delete number",
  "error": "INTERNAL_ERROR"
}

Documentation Index

Fetch the complete documentation index at: https://docs.interactly.ai/llms.txt

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

Authorizations

Authorization
string
header
required

Retrieve your API Key from Dashboard API Keys Section.

Path Parameters

id
string
required

The ID of the number to delete.

Example:

"5f7b1b1b1b1b1b1b1b1b1b1b"

Response

Successfully deleted the number.