New: MCP server monitoring is live. Start free
SendGridSchemaBreaking

Enum values changed in DELETE /v3/marketing/contacts/{contact_id}/identifiers (IdentifierType)

Affected surface
DELETE /v3/marketing/contacts/{contact_id}/identifiers
Affected field
IdentifierType

What changed

Enum values changed in DELETE /v3/marketing/contacts/{contact_id}/identifiers (IdentifierType) Affected surface: DELETE /v3/marketing/contacts/{contact_id}/identifiers. Root cause: schema `IdentifierType`. Detected at Tue, 06 Aug 2024 15:52:55 UTC UTC.

Diff

{
  "added_enums": [
    "ANONYMOUSID",
    "EMAIL",
    "PHONENUMBERID",
    "EXTERNALID"
  ],
  "path": "DELETE /v3/marketing/contacts/{contact_id}/identifiers",
  "removed_enums": [
    "email",
    "phone_number_id",
    "external_id",
    "anonymous_id"
  ],
  "schema_path": "schema IdentifierType"
}

Likely impact

Existing integrations relying on this surface will fail or behave incorrectly. Treat this as a release-blocker until the recommended action below is applied.

Audit any switch/match statements over this enum. Removed values become unhandled paths.

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.