Delete Org Scoped O Auth Client

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.