---
title: "Delete Unit Event Recipient (BETA)"
method: DELETE
path: "/units/{unitId}/events/recipients/{recipientId}"
tags: ["Units"]
---

# Delete Unit Event Recipient (BETA)

`DELETE /units/{unitId}/events/recipients/{recipientId}`

This method allows the calling application to delete the configuration of a Unit Event Recipient. Please note that the unitId *must* be that of the calling unit.

## Path parameters

- `unitId` string, Int64, required
- `recipientId` string, Int64, required

## Headers

- `X-EES-AUTH-CLIENT-ID` string, string, required
- `X-EES-AUTH-HASH` string, string, required
- `Accept-Encoding` '' | 'gzip' | 'deflate' | 'gzip,deflate'
- `X-EES-TRANSACTION-ID` string, string

## Response `204`

No Content.

## Other responses

- `400` — Bad Request.
- `401` — Unauthorized.
- `403` — Forbidden.
- `404` — Not Found.
- `405` — Method Not Allowed.
- `429` — Too Many Requests
- `500` — Server Error
- `501` — Not Implemented
- `502` — Bad Gateway
- `503` — Service Unavailable
- `504` — Gateway Timeout

---

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