Delete subject
DELETE/schema-registry/api/subjects/:subject
Deletes the specified subject and its associated compatibility level if registered. It is recommended to use this API only when a topic needs to be recycled or in development environment.
Request
Responses
- 200
- 404
- 500
Operation succeeded. Returns list of schema versions deleted
Not Found. Error code 40401 indicates subject not found.
Internal Server Error. Error code 50001 indicates a failure in the backend data store.