Delete Clerk allowlist identifier
Remove an identifier from the Clerk allowlist.
← All Clerk endpoints · Capability overview
/v1/clerk/allowlist-identifiers/{identifier_id}https://api.vee3.io/v1/clerk/allowlist-identifiers/{identifier_id}
Remove an identifier from the Clerk allowlist.
Authorization
Send your API key in the Authorization header:
Authorization: Bearer YOUR_API_KEY
MCP
The same capability is available as an MCP tool on Vee3 hosted MCP.
Tool name
clerk.delete_allowlist_identifierParameters2 fields
clerk_instance_idstringOptionalClerk instance id (ins_...) from clerk.get_connected_accounts. Omit to use the default connected account.
identifier_idstringRequiredAllowlist or blocklist identifier id (alid_... or blid_...) to delete.
Response4 fields
deleted_identifierobject3 fieldsClerk deleted-object payload confirming removal.
deleted_identifierobjectobjectstringClerk object type for the deleted resource.
idstringDeleted identifier id.
deletedbooleanWhether the identifier was deleted.
HTTP errors: clerk_connection_required, clerk_connection_not_found, clerk_connection_invalid, validation_error, unauthorized, payment_required