Delete Identity Provider
DELETE {{apiPath}}/environments/{{envID}}/identityProviders/{{providerID}}
To delete an identity provider resource, you need to specify the environment ID and the identity provider resource ID in the request URL. The DELETE /environments/{{envID}}/identityProviders/{{providerID}}
operation deletes the identified identity provider resource.
For successful delete operations, a 204 NO CONTENT
message is returned by the request.