Delete O Auth2 Broker Client

Delete O Auth2 Broker Client

VMware Identity Services API to delete an existing OAu2h2 client.

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

The OAuth2 client identifier

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

TENANT


Authentication
This operation uses the following authentication methods.
Responses
204

OAuth2 client successfully deleted.

Operation doesn't return any data structure

401

Unauthorized to delete OAuth2 client.

Operation doesn't return any data structure

403

Forbidden to delete OAuth2 client.

Operation doesn't return any data structure

404

OAuth2 client is not found.

Operation doesn't return any data structure