v8
OpenAPI 3.1.02026-08-033623795.0 MBBounties
Cancel
Cancels a bounty. With no in-flight work, it cancels immediately and refunds the funder. Otherwise it stops new submissions and cancels once the in-flight work resolves and pays out. Repeating the request is a no-op. A bounty that already paid out every slot returns 400.
post/bounties/{id}/cancel
Headers
Idempotency-Keystring
Example:d9105228-4a08-46b1-8b91-42fed586d383
A unique key that makes this request safe to retry. See Idempotent requests.
Response
cancellation requested
Example response
{
"accepted_deliverable_types": [
"content_url"
],
"business_goal_type": "clipping",
"capture_spec": {
"video": {
"stabilization_mode": "off"
}
},
"currency": "usd",
"scheduled_frequency": "once",
"status": "scheduled"
}