deleteAllowlistIdentifier()
Deletes an allowlist identifier, given a valid ID. Throws an error if the ID is invalid.
const allowlistIdentifierId = 'alid_randomid'; await clerkClient.allowlistIdentifiers.deleteAllowlistIdentifier(allowlistIdentifierId);
Required parameters
Name | Type | Description |
---|---|---|
allowlistIdentifierId | string | The ID of the allowlist identifier to delete. |