delete https://{application_vanity_domain}/api/v1/identity-providers/
Deletes the specified identity provider. When calling this API, the identity provider will not be immediately deleted. Instead, its status will be changed to DELETE_IN_PROGRESS and a background job will be scheduled to delete the identity provider and any associated resources. Once all the resources associated with the identity provider have been deleted, the identity provider will be physically deleted by the background job.
Note: Only enterprise identity providers can be deleted.
Required Permissions
Below is the list of required permissions needed to interact with this API. For each permission, the allowed permission boundaries are also specified.
| Permission | Boundary | Description |
|---|---|---|
| identity-provider:delete | Application | The subject can delete all identity providers under the application to which the subject belongs. |
| Tenant | The subject can delete all identity providers associated with the tenant to which the subject belongs. | |
| Tenant Inclusion List | The subject can delete all identity providers associated with tenants specified in the tenant inclusion list. | |
| Tenant Exclusion List | The subject can delete all identity providers associated with tenants in the subject's application that are not included in the tenant exclusion list. |