Delete Org Scoped O Auth Client
Deletes an organization scoped OAuth2 client.
Request
URI
DELETE
https://sc2-10-185-6-200.eng.vmware.com//csp/gateway/am/api/orgs/{orgId}/oauth-apps
COPY
Path Parameters
string
orgId
Required
orgId
Request Body
DeleteClientsRequest of type(s) application/json
Optional
{
"clientIdsToDelete": [
"string"
]
}
array of string
clientIdsToDelete
Optional
A set of client IDs to delete.
Responses
200
default response
Returns PartialSuccessResponseString of type(s) */*
{
"succeeded": [
"string"
],
"failed": [
"string"
]
}
array of string
succeeded
Optional
A set of the successfully performed operations.
array of string
failed
Optional
A set of the failed operations.
Org O Auth App Controller Operations
POST
Create Org Scoped O Auth Client
DELETE
Delete Org Scoped O Auth Client