Delete Clerk waitlist entry

Delete a pending waitlist entry from a connected Clerk application.

← All Clerk endpoints · Capability overview

DELETE/v1/clerk/waitlist-entries/{waitlist_entry_id}

https://api.vee3.io/v1/clerk/waitlist-entries/{waitlist_entry_id}

10 tokens

Delete a pending waitlist entry from a connected Clerk application.

Authorization

Send your API key in the Authorization header:

Authorization: Bearer YOUR_API_KEY

MCP

The same capability is available as an MCP tool on Vee3 hosted MCP.

Tool name

clerk.delete_waitlist_entry
Parameters2 fields
clerk_instance_idstringOptional

Clerk instance id (ins_...) from clerk.get_connected_accounts. Omit to use the default connected account.

waitlist_entry_idstringRequired

Clerk waitlist entry id (wle_...) to operate on.

Response4 fields
deletedobject
3 fields

Clerk deleted-object payload.

objectstring

Clerk object type for the deleted resource.

idstring

Deleted identifier id.

deletedboolean

Whether the identifier was deleted.

HTTP errors: clerk_connection_required, clerk_connection_not_found, clerk_connection_invalid, validation_error, unauthorized, payment_required