latestOpenAPI 3.1.02026-08-153864115.7 MB

c301132dbfd7

Bounty Submissions

Cancel Bounty Submission

Cancels the caller's own active attempt on a bounty and discards any accumulated capture clips. Only the worker who started the attempt can cancel it — account API keys cannot.

delete/bounty_submissions/{id}

Response

attempt cancelled

deletedboolean required

Always true.

idstring required

ID of the cancelled submission.

Example response

{
  "deleted": true,
  "id": "btys_xxxxxxxxxxxxxx"
}