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
DELETE /external/v1/oauth/client/{clientId} HTTP/1.1
Host:
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
No content