For the complete documentation index, see llms.txt. This page is also available as Markdown.

Delete an authorized OAuth2 application of a user

delete
Authorizations
defguard_sessionstringRequired
Path parameters
usernamestringRequired

Name of the user.

oauth2client_idinteger · int64Required

ID of the OAuth2 client.

Responses
200

Authorized OAuth2 application deleted.

No content

delete/api/v1/user/{username}/oauth_app/{oauth2client_id}
DELETE /api/v1/user/{username}/oauth_app/{oauth2client_id} HTTP/1.1
Accept: */*

No content

Last updated

Was this helpful?