Skip to main content
DELETE
/
api
/
organizations
/
{organizationId}
/
phone-numbers
/
{targetUserId}
/
{provider}
Remove a phone number from a target user (SuperAdmin only)
curl --request DELETE \
  --url https://your-instance.example.com/api/organizations/{organizationId}/phone-numbers/{targetUserId}/{provider} \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "twilio phone number assigned"
}

Documentation Index

Fetch the complete documentation index at: https://docs.tetherai.ca/llms.txt

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

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

organizationId
string
required
targetUserId
string
required
provider
string
required

Response

Phone number removed

Returned by POST (assign) and DELETE (remove) phone-number endpoints.

success
enum<boolean>
required
Available options:
true
message
string
required