Skip to main content
DELETE
/
api
/
calls
/
providers
/
config
/
{provider}
Remove voice provider configuration (superadmin)
curl --request DELETE \
  --url https://your-instance.example.com/api/calls/providers/config/{provider} \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "Configuration saved"
}

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

provider
enum<string>
required

Voice provider to remove.

Available options:
twilio,
sinch

Response

Configuration removed

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