

# Delete Schema Version
<a name="v1-registries-name-registryname-schemas-name-schemaname-version-schemaversion"></a>

## URI
<a name="v1-registries-name-registryname-schemas-name-schemaname-version-schemaversion-url"></a>

`/v1/registries/name/registryName/schemas/name/schemaName/version/schemaVersion`

## HTTP methods
<a name="v1-registries-name-registryname-schemas-name-schemaname-version-schemaversion-http-methods"></a>

### DELETE
<a name="v1-registries-name-registryname-schemas-name-schemaname-version-schemaversiondelete"></a>

**Operation ID:** `DeleteSchemaVersion`

Delete the schema version definition


**Path parameters**  

| Name | Type | Required | Description | 
| --- |--- |--- |--- |
| schemaVersion | String | True | The version number of the schema | 
| registryName | String | True | The name of the schema registry. | 
| schemaName | String | True | The name of the schema. | 


**Responses**  

| Status code | Response model | Description | 
| --- |--- |--- |
| 204 | None | 204 response | 
| 400 | ErrorOutput | 400 response | 
| 401 | ErrorOutput | 401 response | 
| 403 | ErrorOutput | 403 response | 
| 404 | ErrorOutput | 404 response | 
| 500 | ErrorOutput | 500 response | 
| 503 | ErrorOutput | 503 response | 

### OPTIONS
<a name="v1-registries-name-registryname-schemas-name-schemaname-version-schemaversionoptions"></a>


**Path parameters**  

| Name | Type | Required | Description | 
| --- |--- |--- |--- |
| schemaVersion | String | True | The version number of the schema | 
| registryName | String | True | The name of the schema registry. | 
| schemaName | String | True | The name of the schema. | 


**Responses**  

| Status code | Response model | Description | 
| --- |--- |--- |
| 200 | None | 200 response | 

## Schemas
<a name="v1-registries-name-registryname-schemas-name-schemaname-version-schemaversion-schemas"></a>

### Response bodies
<a name="v1-registries-name-registryname-schemas-name-schemaname-version-schemaversion-response-examples"></a>

#### ErrorOutput schema
<a name="v1-registries-name-registryname-schemas-name-schemaname-version-schemaversion-response-body-erroroutput-example"></a>

```
{
  "Message": "string",
  "Code": "string"
}
```

## Properties
<a name="v1-registries-name-registryname-schemas-name-schemaname-version-schemaversion-properties"></a>

### ErrorOutput
<a name="v1-registries-name-registryname-schemas-name-schemaname-version-schemaversion-model-erroroutput"></a>


| Property | Type | Required | Description | 
| --- |--- |--- |--- |
| Code | string | True | The error code. | 
| Message | string | True | The message string of the error output. | 