Delete OAuth application
OAuth
Delete OAuth Application
⚠️ SECURITY: Only OWNERS and ADMINS can delete OAuth applications. This action is PERMANENT. All tokens associated with this application will be revoked.
DELETE
Delete OAuth application
Permanently deletes an OAuth application. Only OWNERS and ADMINS can delete OAuth applications.
Permissions
Only OWNERS and ADMINS can delete OAuth applications.Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
clientId | string | Yes | OAuth application client ID |
Example Request
Response
Returns204 No Content on success.
What Happens
- OAuth application is permanently deleted
- All access tokens and refresh tokens are revoked
- All active sessions using this app will fail
- This action cannot be undone