# Delete a schema for the subject and version. **DELETE /subjects/{subject}/versions/{version}** ## Servers - http://localhost:8081: http://localhost:8081 () ## Parameters ### Path parameters - **subject** (string) - **version** (string) The schema version to delete. Use an integer for a specific version or 'latest' for the most recent version. ### Query parameters - **permanent** (boolean) ## Responses ### 200 OK #### Body: application/json (integer) integer ### 404 Not Found: Schema not found #### Body: application/json (object) - **error_code** (integer) - **message** (string) ### 422 Invalid version #### Body: application/json (object) - **error_code** (integer) - **message** (string) ### 500 Internal Server Error #### Body: application/json (object) - **error_code** (integer) - **message** (string) [Powered by Bump.sh](https://bump.sh)