Skip to Content
Clerk logo

Clerk Docs

Ctrl + K
Go to clerkstage.dev

deleteAllowlistIdentifier()

Deletes an allowlist identifier, specified by the allowlistIdentifierId parameter. Throws an error if the allowlistIdentifierId parameter is invalid.

const allowlistIdentifierId = 'alid_randomid';
 
await clerkClient.allowlistIdentifiers.deleteAllowlistIdentifier('allowlistIdentifierId');

Was this helpful?

Clerk © 2023