---
title: "Delete identifier from allow-list"
method: DELETE
path: "/allowlist_identifiers/{identifier_id}"
tags: ["Allow-list / Block-list"]
---

# Delete identifier from allow-list

`DELETE /allowlist_identifiers/{identifier_id}`

Delete an identifier from the instance allow-list

## Path parameters

- `identifier_id` string, required

## Response `200`

Deleted Object

- DeletedObject
  - `object` string, required
  - `id` string
  - `slug` string
  - `deleted` boolean, required
  - `external_id` string

## Other responses

- `402` — Payment required
- `404` — Resource not found

---

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