# Delete event

`DELETE https://api.nexus.gg/v1/bounties/event/{eventId}`

Soft-deletes a bounty event by flagging it deleted rather than removing it. If the event had counted toward a bounty objective's current, not-yet-superseded progress cycle, that objective's count is rolled back and the objective is marked incomplete. If the objective has already moved on to a later cycle, the event's earlier contribution to that cycle is left untouched.

## Authorizations

- `X-SHARED-SECRET` (string, header, required)

## Query parameters

- `groupId` (string) - If your key is scoped to a single program, that group is always used regardless of this value; otherwise falls back to your default group when omitted.

## Path parameters

- `eventId` (string, required) - ID of event to delete

## Responses

### 200

Event deleted successfully

### 404

Returned when eventId doesn't match an event. The body is {code: 'EventNotFound'}, with no message.
