---
title: "Remove from allowlist"
method: DELETE
path: "/v1/apps/{app_id}/allowlist"
tags: ["Apps"]
---

# Remove from allowlist

`DELETE /v1/apps/{app_id}/allowlist`

Remove an entry from the allowlist for an app. The allowlist must be enabled.

## Path parameters

- `app_id` string, required — The ID of the app.

## Headers

- `privy-app-id` string, required — ID of your Privy app.

## Request body

- union — Input for adding or removing an allowlist entry. Discriminated by type.
  - object — Allowlist invite input for an email address.
    - `type` 'email', required
    - `value` string, email, required
  - object — Allowlist invite input for an email domain.
    - `type` 'emailDomain', required
    - `value` string, required — An email domain.
  - object — Allowlist invite input for a wallet address.
    - `type` 'wallet', required
    - `value` union, required
      - string
      - string
  - object — Allowlist invite input for a phone number.
    - `type` 'phone', required
    - `value` string, required

## Response `200`

Confirmation of deletion.

- AllowlistDeletionResponse — Confirmation response for deleting an allowlist entry.
  - `message` string, required

---

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