Delete an OAuth2/OpenID client application
delete
Authorizations
defguard_sessionstringRequired
Path parameters
client_idstringRequired
ID of the OAuth2 client.
Responses
200
OAuth2 client deleted.
No content
401
Session is missing or invalid.
application/json
403
Requires admin privileges.
application/json
404
OAuth2 client not found.
500
Unable to delete OAuth2 client.
application/json
delete/api/v1/oauth/{client_id}
No content
Last updated
Was this helpful?