AM/FA/Inv - Remove OAuth Client
Details
/external/v1/oauth/client/{clientId}
Synopsis
This route is used by the primary OAuth client to remove an existing OAuth client.
This route would typically be used to remove a client because the underlying app has been compromised or has been decommissioned and the client has no further usages.
This endpoint can be called by applications with access to scope "manageExternalClients".
Authorizations
Path parameters
clientIdstringRequiredExample:
The unique identifier of the OAuth client being removed
USS3JKS01I00
Responses
204
Successfully removed OAuth client
401
The following error codes can be returned:
- AU0001
Please refer to the error code dictionary for the details of each error code.
application/json
403
The following error codes can be returned:
- AU0002
- AU0007
- AU0008
Please refer to the error code dictionary for the details of each error code.
application/json
409
The following error codes can be returned:
- AU0010
Please refer to the error code dictionary for the details of each error code.
application/json
delete
DELETE /external/v1/oauth/client/{clientId} HTTP/1.1
Host:
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
No content
PreviousAM/FA/Inv - Update Own PasswordNextAM/FA/Inv - Get All OAuth Clients for Current Organization
Last updated
Was this helpful?