delete https://{applicationQualifiedDomain}.us.wristband.dev/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 then 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 that the subject belongs to. |
Tenant | The subject can delete all identity providers associated to the tenant that the subject belongs to. | |
Tenant Inclusion List | The subject can delete all identity providers associated to tenants specified in the tenant inclusion list. | |
Tenant Exclusion List | The subject can delete all identity providers associated to tenants that belong to the subject's application but are not included in the tenant exclusion list. |