Skip to main content

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

NameLocationTypeDescription
config_idrequiredpathinteger
authorizationheaderobject
X-API-Keyheaderobject

Responses

200Successful Response
application/json
View schema
{}
404Not found
422Validation Error
application/json
View schema
{
  "$ref": "#/components/schemas/HTTPValidationError"
}