---
title: "Delete Reward Bank"
method: DELETE
path: "/banks/pointsreward/{bankId}"
tags: ["Reward Bank"]
---

# Delete Reward Bank

`DELETE /banks/pointsreward/{bankId}`

This method allows the calling application to delete a Reward Bank. Any associated Rewards will also be deleted.

## Path parameters

- `bankId` string, string, required

## Headers

- `Accept-Encoding` '''' | ''gzip'' | ''deflate'' | ''gzip,deflate'' | ''deflate,gzip'', string
- `Connection` 'keep-alive' | 'close', string
- `Content-Type` string, string
- `X-EES-AUTH-CLIENT-ID` string, string, required
- `X-EES-AUTH-HASH` string, string, required
- `X-EES-TRANSACTION-ID` string, string
- `X-CUSTOM-SUBSYSTEM-ID` string, string
- `X-CUSTOM-KEY` string, string

## Response `200`

EES AIR has successfully processed a Request

- PointsRewardBankEntity
  - `pointsRewardBankId` string, string, required — EES AIR Points Exchange Bank ID
  - `status` 'ACTIVE' | 'INACTIVE' | 'SUSPENDED', string, required — Points Exchange Bank Status
  - `mode` 'PUBLIC' | 'PERSONAL', string, required — Bank's mode&#58; `PERSONAL` - only nominated Consumers can see and exchange rewards from this Bank, (nominee list could change while running a Scheme and/or Reward Bank); `PUBLIC` - all Consumers could see and exchange rewards using this Reward Bank)
  - `name` string, string, required — Bank Name
  - `reference` string, string, required — Points Exchange Bank External Reference
  - `dateCreated` string, ees-datetime, required — Points Exchange Bank Created Date-time (ATOM format)
  - `lastUpdated` string, ees-datetime, required — Points Exchange Bank Last updated Date-time (ATOM format)
  - `exchangeLimit` integer, nullable, required — Number of times a Wallet or Wallet Link can exchange rewards from this Bank

## Other responses

- `400` — Bad Request.
- `401` — Unauthorized.
- `403` — Forbidden.
- `404` — Not Found.
- `405` — Method Not Allowed.

---

[API](https://skmtc.net/eagleeye/apis/wallet-api.md) · [All operations](https://skmtc.net/eagleeye/apis/wallet-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/eagleeye/wallet-api/revisions/90a122bb14cc/schema)
