Delete an OAuth2 client
DELETE/api/2.0/clients/:clientId
Permanently deletes an OAuth2 client and all associated data. All access and refresh tokens issued to this client will be invalidated. This operation cannot be undone.
Request
Responses
- 200
- 400
- 403
- 404
- 429
- 500
Client successfully deleted
Invalid client ID format
Insufficient permissions to delete client
Client not found
Too many requests - rate limit exceeded
Internal server error occurred