Docs

You are viewing an archived version of the docs.Go to latest version

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);
  • Name
    allowlistIdentifierId
    Type
    string
    Description

    The ID of the allowlist identifier to delete.

Feedback

What did you think of this content?

Last updated on