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

# Delete Reward from a Reward Bank

`DELETE /banks/pointsreward/{bankId}/rewards/{rewardId}`

This method allows the calling application to delete a Reward Bank Reward.

## Path parameters

- `bankId` string, string, required
- `rewardId` 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

- PointsRewardBankRewardEntity
  - `pointsRewardBankRewardId` string, string, required — EES AIR Points Exchange Bank Reward ID
  - `pointsRewardBankId` string, string, required — EES AIR Points Exchange Bank ID
  - `status` 'ACTIVE' | 'INACTIVE' | 'SUSPENDED', string, required — Points Exchange Bank Reward Status
  - `resourceType` 'CAMPAIGN', string, required — Reward Type
  - `resourceId` string, string, required — EES AIR Resource ID of what is the reward. This cannot be the same ID as an existing reward from this Bank.
  - `cost` integer, required — Reward cost (in Points)
  - `threshold` integer, required — Reward threshold (in Points). If this is not provided then the cost is used as the threshold.
  - `dateCreated` string, ees-datetime, required — Points Exchange Bank Reward Created Date-time
  - `lastUpdated` string, ees-datetime, required — Points Exchange Bank Reward Last updated Date-time

## 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)
