HostingDomains

Disable DKIM

DELETE/api/domains/{domain_code}/dkim

Queues DKIM deactivation and removal for the domain.

X-Api-Token<token>

API token used to authenticate requests.

In: header

Path Parameters

domain_code*string

Domain code: D followed by 9 digits. Example: D123456789.

Response Body

application/json

application/json

application/json

application/json

curl -X DELETE "https://example.com/api/domains/string/dkim" \  -H "X-Api-Token: YOUR_API_TOKEN" \  -H "Accept: application/json"
Empty