# Delete all schemas for the subject.

**DELETE /subjects/{subject}**




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



## Parameters

### Path parameters
- **subject** (string)


### Query parameters
- **permanent** (boolean)



## Responses
### 200
OK

#### Body: application/json (array[integer])
array[integer]
### 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)
