New: MCP server monitoring is live. Start free
CloudflareAuthBehavioral

Security requirements changed for DELETE /accounts/{account_id}/email-security/settings/allow_policies/{policy_id}

Affected surface
DELETE /accounts/{account_id}/email-security/settings/allow_policies/{policy_id}

What changed

Security requirements changed for DELETE /accounts/{account_id}/email-security/settings/allow_policies/{policy_id} Affected surface: DELETE /accounts/{account_id}/email-security/settings/allow_policies/{policy_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/allow_policies/{policy_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.

Re-check your auth setup against the provider's current docs. Auth changes typically require config updates, not code changes.

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.