Delete a Dynamic Client
DELETE/api/oidc/:OIDCAppName/register/:clientID
Deletes a dynamically registered OAuth 2.0/OIDC client per RFC 7592. Requires the registration_access_token issued at registration time. Returns 204 No Content on success.
Request
Responses
- 204
- 400
- 401
- 403
No Content: The client was successfully deleted.
Status Bad Request: The registration_access_token is missing.
Status Unauthorized: The registration_access_token is invalid or the client was not found.
Status Forbidden: Dynamic client registration is not enabled on this authorization server.