clerk.delete_blocklist_identifier
Remove a blocklist identifier by id.
Call clerk.get_connected_accounts first. Pass clerk_instance_id to target a specific connection, or omit it to use the default account.
Returns a deleted confirmation.
Cost = 8 tokens.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| identifier_id | Yes | Allowlist or blocklist identifier id (alid_... or blid_...) to delete. | |
| clerk_instance_id | No | Clerk instance id (ins_...) from clerk.get_connected_accounts. Omit to use the default connected account. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| deleted_identifier | No | Clerk deleted-object payload confirming removal. |