---
title: "Cancel Bounty Submission"
method: DELETE
path: "/bounty_submissions/{id}"
tags: ["Bounty Submissions"]
---

# Cancel Bounty Submission

`DELETE /bounty_submissions/{id}`

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.

## Response `200`

attempt cancelled

- object
  - `deleted` boolean, required — Always true.
  - `id` string, required — ID of the cancelled submission.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Resource not found

---

[API](https://skmtc.net/whop/apis/whop-api.md) · [All operations](https://skmtc.net/whop/apis/whop-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/whop/whop-api/revisions/c301132dbfd7/schema)
