Delete O Auth2 Broker Client

Delete O Auth2 Broker Client

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

401

Unauthorized to delete OAuth 2.0 client.

Operation doesn't return any data structure

403

Forbidden to delete OAuth 2.0 client.

Operation doesn't return any data structure

404

The OAuth 2.0 client was not found.

Operation doesn't return any data structure