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_id string — REQUIRED |
Responses | |||
---|---|---|---|
204 No Content
| |||
401 The client is unauthorized to access this resource.
| |||
403 The client is forbidden to access this resource.
| |||
404 The requested resource could not be found.
|