Delete Identity Provider Attribute

DELETE {{apiPath}}/environments/{{envID}}/identityProviders/{{providerID}}/attributes/{{idpAttrID}}

To delete an identity provider attribute resource, you need to specify the environment ID, the identity provider resource ID, and the attribute ID in the request URL. The DELETE /environments/{{envID}}/identityProviders/{{providerID}}/attributes/{{idpAttrID}} operation deletes the identified identity provider attribute resource.

For successful delete operations, a 204 NO CONTENT message is returned by the request.