---
title: "Remove allowlist entry"
method: DELETE
path: "/tokens/{id}/allowlist/{address}"
tags: ["tokens"]
---

# Remove allowlist entry

`DELETE /tokens/{id}/allowlist/{address}`

## Path parameters

- `id` string, required
- `address` string, required

## Response `202`

Accepted

- TokenOperation
  - `id` string
  - `tokenId` string
  - `operationType` 'CREATE_TOKEN' | 'DEPLOY_TOKEN' | 'MINT' | 'BURN' | 'TRANSFER' | 'GRANT_ROLE' | 'REVOKE_ROLE' | 'PAUSE' | 'UNPAUSE' | 'FREEZE' | 'UNFREEZE' | 'UPDATE_COMPLIANCE' | 'ALLOWLIST_ADD' | 'ALLOWLIST_REMOVE'
  - `status` string — Inherits the transaction state machine.
  - `transactionRequestId` string, nullable
  - `transactionHash` string, nullable
  - `createdAt` string, date-time
  - `updatedAt` string, date-time
  - `data` object

## Other responses

- `default` — Error

---

[API](https://skmtc.net/quantum-chain-pte-ltd/apis/qustody-api.md) · [All operations](https://skmtc.net/quantum-chain-pte-ltd/apis/qustody-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/quantum-chain-pte-ltd/qustody-api/versions/ecb2cea3c096/schema)
