clerk.reject_waitlist_entry
Reject a waitlist entry in a connected Clerk application.
Call clerk.get_connected_accounts first. Pass clerk_instance_id to target a specific connection, or omit it to use the default account.
Returns the updated waitlist entry.
Cost = 10 tokens.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| clerk_instance_id | No | Clerk instance id (ins_...) from clerk.get_connected_accounts. Omit to use the default connected account. | |
| waitlist_entry_id | Yes | Clerk waitlist entry id (wle_...) to operate on. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| waitlist_entry | No | Updated Clerk waitlist entry after rejection. |