Delete OAuth client
DELETE/v1/admin/clients/:client_id
Permanently deletes the client. Already-issued tokens keep working until they expire, but the client can no longer authorize, exchange, or use OTP. Superadmin only.
Request
Responses
- 200
- 401
- 403
- 404
Client deleted
Unauthorized - Invalid or missing authentication
Forbidden - User does not have permission to access the resource
The requested resource does not exist