Delete the compatibility level for a subject.

View as Markdown
DELETE /config/{subject}

Path parameters

  • subject string Required

Responses

  • OK

    Hide response attribute Show response attribute object
    • compatibilityLevel string

      Compatibility level

      Values are BACKWARD, BACKWARD_TRANSITIVE, FORWARD, FORWARD_TRANSITIVE, FULL, FULL_TRANSITIVE, or NONE.

    Hide response attribute Show response attribute object
    • compatibilityLevel string

      Compatibility level

      Values are BACKWARD, BACKWARD_TRANSITIVE, FORWARD, FORWARD_TRANSITIVE, FULL, FULL_TRANSITIVE, or NONE.

    Hide response attribute Show response attribute object
    • compatibilityLevel string

      Compatibility level

      Values are BACKWARD, BACKWARD_TRANSITIVE, FORWARD, FORWARD_TRANSITIVE, FULL, FULL_TRANSITIVE, or NONE.

  • Not Found: Subject not found

    Hide response attributes Show response attributes object
    • error_code integer
    • message string
    Hide response attributes Show response attributes object
    • error_code integer
    • message string
    Hide response attributes Show response attributes object
    • error_code integer
    • message string
  • Internal Server Error

    Hide response attributes Show response attributes object
    • error_code integer
    • message string
    Hide response attributes Show response attributes object
    • error_code integer
    • message string
    Hide response attributes Show response attributes object
    • error_code integer
    • message string
DELETE /config/{subject}
curl \ --request DELETE 'http://localhost:8081/config/{subject}'
Response examples (200)
{ "compatibilityLevel": "FULL_TRANSITIVE" }
Response examples (200)
{ "compatibilityLevel": "FULL_TRANSITIVE" }
Response examples (200)
{ "compatibilityLevel": "FULL_TRANSITIVE" }
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" }