Delete Configuration
DELETE
/api/v1/organizations/telephony-configs/{config_id}cURL example
curl -X DELETE \
'http://localhost:8000/api/v1/organizations/telephony-configs/{config_id}' \
-H 'Authorization: Bearer <API_KEY>'Parameters
| Name | Location | Type | Description |
|---|---|---|---|
config_idrequired | path | integer | — |
authorization | header | object | — |
X-API-Key | header | object | — |
Responses
200Successful Responseapplication/jsonView schema
{}404Not found422Validation Errorapplication/jsonView schema
{
"$ref": "#/components/schemas/HTTPValidationError"
}