AM/FA/Inv - Remove OAuth Client

Details

/external/v1/oauth/client/{clientId}

Synopsis

Remove OAuth Client

delete

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
clientIdstringRequired

The unique identifier of the OAuth client being removed

Example: USS3JKS01I00
Responses
204
Successfully removed OAuth client
delete
DELETE /external/v1/oauth/client/{clientId} HTTP/1.1
Host: 
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*

No content

Last updated

Was this helpful?