Security requirements changed for DELETE /accounts/{account_id}/email-security/settings/domains/{domain_id}
- Affected surface
- DELETE /accounts/{account_id}/email-security/settings/domains/{domain_id}
What changed
Security requirements changed for DELETE /accounts/{account_id}/email-security/settings/domains/{domain_id} Affected surface: DELETE /accounts/{account_id}/email-security/settings/domains/{domain_id}. Detected at Mon, 27 Apr 2026 18:32:04 UTC UTC.
Diff
{
"current_value": [
{
"api_email": null,
"api_key": null
},
{
"api_token": null
}
],
"path": "DELETE /accounts/{account_id}/email-security/settings/domains/{domain_id}",
"previous_value": [
{
"api_email": null,
"api_key": null
}
]
}Likely impact
The contract still holds, but observable behavior shifted — defaults, response timing, or rate-limit shaping. Existing code keeps compiling and most calls keep working, but edge cases may differ. Worth a sanity check.
Recommended action
Re-check your auth setup against the provider's current docs. Auth changes typically require config updates, not code changes.
Related changes
Other endpoints affected by the same root cause.
DELETE /accounts/{account_id}/email-security/settings/allow_policies/{policy_id}
DELETE /accounts/{account_id}/email-security/settings/block_senders/{pattern_id}
DELETE /accounts/{account_id}/email-security/settings/trusted_domains/{trusted_domain_id}
GET /accounts/{account_id}/email-security/investigate
GET /accounts/{account_id}/email-security/investigate/{investigate_id}/action_log
Catch changes like this on every API you depend on.
Intello monitors 100+ APIs and tells you the moment something changes — before it breaks production.
