authentication_settings_delete
Delete authentication settings for a domain. The default configuration cannot be deleted; Instance Administrator permission required.
Instructions
Delete authentication settings by domain
Delete all authentication settings for the specified domain.
**Note: ** The first configuration on the tenant is the default configuration and cannot be deleted.
You must have Instance Administrator permissions to run this endpoint.
[POST /public_api/v1/authentication-settings/delete] · Authentication settings
Example request body:
{
"request_data": {
"domain": "str"
}
}Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| request_data | No |