ApiNumbers
Delete a phone number
Remove a phone number from your organization.
Authorization
BearerAuth AuthorizationBearer <token>
API key authentication. Get your key from the dashboard.
In: header
Path Parameters
id*string
Phone number UUID
Format
uuidResponse Body
application/json
application/json
application/json
curl -X DELETE "https://example.com/numbers/497f6eca-6276-4993-bfeb-53cbbbba6f08"{
"success": true
}{
"error": "Invalid API key",
"message": "string"
}{
"error": "Invalid API key",
"message": "string"
}Update a phone number PATCH
Update the agent assignment, transfer trunk or attached workflow for a phone number.
List all workflows GET
Retrieve all workflows in your organization. The list view summarizes each graph (entry node, node and edge counts); request a single workflow to get the full definition.