Ugrás a fő tartalomhoz

Konfiguráció törlése

DELETE/api/v1/organizations/telephony-configs/{config_id}

cURL példa

curl -X DELETE \
  'https://app.intracord.hu/api/v1/organizations/telephony-configs/{config_id}' \
  -H "X-API-Key: $INTRACORD_API_KEY"

Paraméterek

NévHelyTípusLeírás
config_idkötelezőpathinteger
authorizationheaderobject
X-API-Keyheaderobject

Válaszok

200Successful Response
application/json
Séma megtekintése
{}
404Not found
422Validation Error
application/json
Séma megtekintése
{
  "properties": {
    "detail": {
      "items": {
        "$ref": "#/components/schemas/ValidationError"
      },
      "type": "array",
      "title": "Detail"
    }
  },
  "type": "object",
  "title": "HTTPValidationError"
}