Skip to Content
Clerk logo

Clerk Docs

Ctrl + K
Go to clerk.com

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

NameTypeDescription
allowlistIdentifierIdstringThe ID of the allowlist identifier to delete.

Last updated on August 16, 2023

What did you think of this content?

Clerk © 2023