Skip to main content
DELETE
/
api
/
v1
/
organizations
/
telephony-configs
/
{config_id}
Delete Telephony Configuration
curl --request DELETE \
  --url https://app.dograh.com/api/v1/organizations/telephony-configs/{config_id}
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Documentation Index

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

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

Returns 409 Conflict if the configuration is referenced by any campaign or phone number. Detach those resources first, then retry.

Headers

authorization
string | null
X-API-Key
string | null

Path Parameters

config_id
integer
required

Response

Successful Response