Delete schema version
DELETE/subjects/:subject/versions/:version
Deletes a specific version of the schema registered under this subject. This only deletes the version and the schema ID remains intact making it still possible to decode data using the schema ID. This API is recommended to be used only in development environments or under extreme circumstances where-in, its required to delete a previously registered schema for compatibility purposes or re-register previously registered schema.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 422
- 429
- 500
Operation succeeded. Returns the schema version.
Bad Request
Unauthorized
Forbidden
Not Found. Error code 40401 indicates subject not found. Error code 40402 indicates version not found.
Unprocessable Entity. Error code 42202 indicates an invalid version.
Rate Limit Exceeded
Response Headers
The unique identifier for the API request.
The maximum number of requests you're permitted to make per time period.
The number of requests remaining in the current rate limit window.
The relative time in seconds until the current rate-limit window resets.
Important: This differs from Github and Twitter's same-named header which uses UTC epoch seconds. We use relative time to avoid client/server time synchronization issues.
The number of seconds to wait until the rate limit window resets. Only sent when the rate limit is reached.
Internal Server Error. Error code 50001 indicates a failure in the backend data store.