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".
The unique identifier of the OAuth client being removed
USS3JKS01I00
Successfully removed OAuth client
No content
The following error codes can be returned:
- AU0001
Please refer to the error code dictionary for the details of each error code.
The following error codes can be returned:
-
AU0002
-
AU0007
-
AU0008
Please refer to the error code dictionary for the details of each error code.
The following error codes can be returned:
- AU0010
Please refer to the error code dictionary for the details of each error code.
DELETE /external/v1/oauth/client/{clientId} HTTP/1.1
Host:
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
No content
Last updated
Was this helpful?