Delete the compatibility level for a subject.

DELETE /config/{subject}

Path parameters

  • subject string Required

Responses

DELETE /config/{subject}
curl \
 --request DELETE 'http://localhost:8081/config/{subject}'
Response examples (200)
{
  "compatibilityLevel": "string"
}
Response examples (200)
{
  "compatibilityLevel": "string"
}
Response examples (200)
{
  "compatibilityLevel": "string"
}
Response examples (404)
{
  "error_code": 42,
  "message": "string"
}
Response examples (404)
{
  "error_code": 42,
  "message": "string"
}
Response examples (404)
{
  "error_code": 42,
  "message": "string"
}
Response examples (500)
{
  "error_code": 42,
  "message": "string"
}
Response examples (500)
{
  "error_code": 42,
  "message": "string"
}
Response examples (500)
{
  "error_code": 42,
  "message": "string"
}