DELETE
/
identity-providers
/
{idp_id}
/
domains
/
{domain_name}
Remove Domain from Identity Provider
curl --request DELETE \
  --url https://{tenantDomain}/my-org/identity-providers/{idp_id}/domains/{domain_name} \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

idp_id
string
required

Identity provider identifier.

domain_name
string
required

Domain name.

Response

204

The domain was successfully removed from the identity provider.