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": {}
}
]
}Delete a 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": {}
}
]
}ReturnsDocumentation Index
Fetch the complete documentation index at: https://docs.dograh.com/llms.txt
Use this file to discover all available pages before exploring further.
409 Conflict if the configuration is referenced by any campaign or phone number. Detach those resources first, then retry.