Delete Broker Identity Provider

Delete Broker Identity Provider

This endpoint is responsible for deleting an identity provider by ID.

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

The ID of the identity provider

string
tenant
Required

The VMware Identity Services tenant ID

tenant example
my-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 was not found.

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