post
/public_api/v1/authentication-settings/delete
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.
Request headers
Authorization
String
required
{api_key}
Example:
authorization_example
x-xdr-auth-id
String
required
{api_key_id}
Example:
xXdrAuthId_example
Body parameters
request_dataObject
domainString
The domain whose authentication settings you want to delete.
REQUEST BODY
{
"request_data": {
"domain": "my-test-domain.org"
}
}
CURL
curl -X 'POST'
-H
'Accept: application/json'
-H
'Content-Type: application/json'
-H
'Authorization: authorization_example'
-H
'x-xdr-auth-id: xXdrAuthId_example'
'https://api-yourfqdn/public_api/v1/authentication-settings/delete'
-d
''
Responses