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');