# Delete the compatibility level for a subject.

**DELETE /config/{subject}**




## Servers
- http://localhost:8081: http://localhost:8081 ()



## Parameters

### Path parameters
- **subject** (string)
  The subject to delete the config for. Use [:.<context>:]<subject> for context-qualified subjects, or just <subject> for the default context. Use :.<context>: for context-level config.



## Responses
### 200
OK

#### Body: application/json (object)
- **compatibilityLevel** (string)
  Compatibility level

### 404
Not Found: Subject not found

#### 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)
