---
title: "Delete Wallets from Audience (BETA)"
method: POST
path: "/audiences/{audienceId}/wallets/delete"
tags: ["Audiences"]
---

# Delete Wallets from Audience (BETA)

`POST /audiences/{audienceId}/wallets/delete`

This API method allows the calling application to remove wallets from a specified audience within the Eagle Eye Platform. This endpoint will not validate if the walletIds exist and it will only process once any duplicated entries.

## Path parameters

- `audienceId` string, string, required

## Request body

- object
  - `wallets` object[], required
    - `walletId` string, required — The ID of the wallet to be removed.

## Response `204`

No content

## Other responses

- `400` — Bad Request.
- `401` — Unauthorized.
- `403` — Forbidden.
- `404` — Not Found.
- `415` — Unsupported Media Type
- `429` — Too Many Requests
- `500` — Server Error

---

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