signupgenius_release_slot
Withdraw from a SignUpGenius slot you previously signed up for. Preview the entry to remove, then confirm to release it.
Instructions
Withdraw (give up) a slot the user previously signed up for. Call WITHOUT confirm first to preview which entry would be removed, then again with confirm:true. WRITES DATA — this removes a real sign-up.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Sign-up URL or slug. | |
| confirm | No | Must be true to actually withdraw. | |
| memberId | No | Optional. The signed-in member id is resolved automatically; supplying a DIFFERENT one is rejected, because this tool only withdraws the current user's own sign-up. | |
| slotitemid | Yes | The slot the entry sits in (`slotitemid` from the same signupgenius_list_slots row). Used to verify afterwards that the entry actually disappeared. | |
| itemMemberId | Yes | The sign-up entry to withdraw — `participants[].item_member_id` from signupgenius_list_slots. This is the wizard's `imid`. |