OAuth2

Revoke OAuth2 authorization

Revokes user authorization for a third-party application. Immediately invalidates all tokens issued to that application. User regains control of delegated access.

delete/oauth2/@me/authorizations/{applicationId}

Path parameters

string snowflake required
OR
integer required

The ID of the application

Response

No Content

Changes