delete a identity provider
Identity providers provide means of authentication. Providing authentication and identity management for the end-users, the configuration of the identity provider resource help managing the interfaces and the enabled features customizing the end-users authentication flow. The field descriptions are available in the main documentation page.
DELETE /api/identity-providers/:identity_provider_id deletes the identified identity provider resource
| Path Parameters |
|---|
identity_provider_id string — REQUIRED |
| Responses | |||
|---|---|---|---|
204No Content
| |||
401The client is unauthorized to access this resource.
| |||
403The client is forbidden to access this resource.
| |||
404The requested resource could not be found.
|