---
title: "Update Account Exclusion"
method: PATCH
path: "/v1/account-exclusions/{exclusion_id}"
tags: ["accounts"]
---

# Update Account Exclusion

`PATCH /v1/account-exclusions/{exclusion_id}`

Update mutable fields of an account-level exclusion.

Requires the `account_exclusions:write` scope on the API key.

## Path parameters

- `exclusion_id` string, uuid, required

## Request body

- UpdateAccountExclusionInput
  - `reason` 'BAD_TIMING' | 'BOUNCED' | 'COMPETITOR' | 'CONTACT_REFUSED' | 'INTERESTED' | 'MEETING' | 'OTHER' | 'OUT_OF_OFFICE' | 'UNKNOWN' | 'UNSUBSCRIBED' | 'WRONG_PERSON' | 'EXCLUDE_FROM_SEARCH' | 'EXCLUDE_FROM_CRM' | 'REFERRAL' | 'LEFT_COMPANY'
  - `message` string, nullable — New operator note.
  - `until` string, date-time, nullable — New expiration timestamp. Pass `null` to make the exclusion permanent.

## Response `200`

Successful Response

- AccountExclusionOutput
  - `id` string, uuid, required — Unique identifier.
  - `domain` string, nullable, required — Excluded account domain.
  - `reason` 'BAD_TIMING' | 'BOUNCED' | 'COMPETITOR' | 'CONTACT_REFUSED' | 'INTERESTED' | 'MEETING' | 'OTHER' | 'OUT_OF_OFFICE' | 'UNKNOWN' | 'UNSUBSCRIBED' | 'WRONG_PERSON' | 'EXCLUDE_FROM_SEARCH' | 'EXCLUDE_FROM_CRM' | 'REFERRAL' | 'LEFT_COMPANY', required
  - `message` string, nullable, required — Operator note.
  - `until` string, date-time, nullable, required — When the exclusion expires.
  - `created_at` string, date-time, required — When the exclusion was created.
  - `updated_at` string, date-time, required — When the exclusion last changed.

---

[API](https://skmtc.net/topo/apis/topo-public-api.md) · [All operations](https://skmtc.net/topo/apis/topo-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/topo/topo-public-api/versions/6e9ca9d5acac/schema)
