Delete a client
OAuth clients help web applications to get access to a resource server. Here configuration helps to manage them in order to use boruta for authentication and authorization. Beyond authorization, clients are the entrypoint for decentralized identity flows. The field descriptions are available in the main documentation pages.
DELETE /api/clients/:client_id deletes permanently the identified client resource
| Path Parameters | 
|---|
| client_idstring —  REQUIRED | 
| Responses | |||
|---|---|---|---|
| 204No Content 
 | |||
| 401The client is unauthorized to access this resource. 
 | |||
| 403The client is forbidden to access this resource. 
 | |||
| 404The requested resource could not be found. 
 |