delete()
Deletes the given pending waitlist entry.
Returns the DeletedObject object.
function delete(id: string): Promise<DeletedObject>- Name
id- Type
string- Description
The ID of the waitlist entry to delete.
const waitlistId = 'waitlist_123'
const response = await clerkClient.waitlistEntries.delete(waitlistId)Backend API (BAPI) endpoint
This method in the SDK is a wrapper around the BAPI endpoint DELETE/waitlist_entries/{waitlist_entry_id}. See the BAPI reference for more information.
Feedback
Last updated on