---
title: "Archive an IntraFi Exclusion"
method: POST
path: "/intrafi_exclusions/{intrafi_exclusion_id}/archive"
---

# Archive an IntraFi Exclusion

`POST /intrafi_exclusions/{intrafi_exclusion_id}/archive`

## Path parameters

- `intrafi_exclusion_id` string, required — The identifier of the IntraFi Exclusion request to archive. It may take 5 business days for an exclusion removal to be processed. Removing an exclusion does not guarantee that funds will be swept to the previously-excluded bank.

## Response `200`

IntraFi Exclusion

- IntrafiExclusion — Certain institutions may be excluded per Entity when sweeping funds into the IntraFi network. This is useful when an Entity already has deposits at a particular bank, and does not want to sweep additional funds to it. It may take 5 business days for an exclusion to be processed.
  - `bank_name` string, nullable, required — The name of the excluded institution.
  - `created_at` string, date-time, required — The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time at which the exclusion was created.
  - `entity_id` string, required — The entity for which this institution is excluded.
  - `excluded_at` string, date-time, nullable, required — When this was exclusion was confirmed by IntraFi.
  - `fdic_certificate_number` string, nullable, required — The Federal Deposit Insurance Corporation's certificate number for the institution.
  - `id` string, required — The identifier of this exclusion request.
  - `idempotency_key` string, nullable, required — The idempotency key you chose for this object. This value is unique across Increase and is used to ensure that a request is only processed once. Learn more about [idempotency](https://increase.com/documentation/idempotency-keys).
  - `status` 'pending' | 'completed' | 'archived' | 'ineligible', required — The status of the exclusion request.
  - `submitted_at` string, date-time, nullable, required — When this was exclusion was submitted to IntraFi by Increase.
  - `type` 'intrafi_exclusion', required — A constant representing the object's type. For this resource it will always be `intrafi_exclusion`.

## Other responses

- `4XX` — Error
- `5XX` — Error

---

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