firestarter_cancel_drop
Cancel a pending drop request on a market you own before the seller approves it. Once cancelled, the request cannot be approved; create a new one if needed.
Instructions
Withdraw a drop request you created (with firestarter_create_drop) on a market you own, while it is still pending the seller's approval. Once cancelled it stops being visible to that seller and can never be approved — create a new request with firestarter_create_drop if you change your mind. This only works on still-pending requests; a drop that's already live, expired, exhausted, or already decided can't be cancelled this way.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| drop_id | Yes | The drop id to cancel (from firestarter_create_drop's response or firestarter_market_drops). | |
| program_id | Yes | The market/program id you own (from firestarter_my_markets) — the drop belongs to this program. |