Skip to main content
Docs

deleteAllowlistIdentifier()

Deletes an .

function deleteAllowlistIdentifier(allowlistIdentifierId: string): Promise<AllowlistIdentifier>
  • Name
    allowlistIdentifierId
    Type
    string
    Description

    The ID of the allowlist identifier to delete.

Note

Importing clerkClient varies based on your framework. Refer to the for usage details, including guidance on .

const allowlistIdentifierId = 'alid_123'

const response =
  await clerkClient.allowlistIdentifiers.deleteAllowlistIdentifier(allowlistIdentifierId)

Backend API (BAPI) endpoint

This method in the SDK is a wrapper around the BAPI endpoint DELETE/allowlist-identifiers/{identifier_id}. See the BAPI reference for more information.

Feedback

What did you think of this content?

Last updated on