Delete O Auth2 Client By Id

Delete O Auth2 Client By Id

This endpoint is responsible for deleting an existing OAuth 2.0 client by ID.

Request
URI
DELETE
https://{api_host}/acs/t/{tenant}/broker/oauth2-clients/{id}
COPY
Path Parameters
string
id
Required

The ID of the Oauth 2.0 client

id example
my-auth-grant-client1
string
tenant
Required

The VMware Identity Services tenant ID

tenant example
my-tenant

Authentication
This operation uses the following authentication methods.
Responses
204

OAuth 2.0 client was successfully deleted.

Operation doesn't return any data structure

404

The OAuth 2.0 client was not found.

Operation doesn't return any data structure

Code Samples
COPY
                    curl -X DELETE -H 'Authorization: <value>' https://{api_host}/acs/t/{tenant}/broker/oauth2-clients/{id}