Delete Broker Identity Provider

Delete Broker Identity Provider

VMware Identity Services API to delete an identity provider.

Request
URI
DELETE
https://{api_host}//federation/t/{TENANT}/broker/identity-providers/{idpId}
COPY
Path Parameters
string
idpId
Required

UUID of the IdentityProvider

string
TENANT
Required

TENANT


Authentication
This operation uses the following authentication methods.
Responses
204

Successfully deleted the Identity Provider.

Operation doesn't return any data structure

401

Unauthorized to delete the Identity Provider.

Operation doesn't return any data structure

404

The Identity Provider not found in the system.

Operation doesn't return any data structure

409

The Identity Provider is referenced by a rule in a non-default rule set, or the rule for it in the default policy rule set was modified. Referring rules will need to be removed before deleting the identity provider.

Operation doesn't return any data structure