Delete OAuth 2.0 Client
DELETE {{baseUrl}}/admin/clients/:id
Delete an existing OAuth 2.0 Client by its ID.
OAuth 2.0 clients are used to perform OAuth 2.0 and OpenID Connect flows. Usually, OAuth 2.0 clients are generated for applications which want to consume your OAuth 2.0 or OpenID Connect capabilities.
Make sure that this endpoint is well protected and only callable by first-party components.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |