# Cancel a Bundle

**PUT** `/bundles/{bundleSlug}/cancel/`

Cancel a Bundle

## Request

### Parameters

- `bundleSlug` (path, required, string): The slug that uniquely identifies the Bundle

### Responses

- `200`: The cancelled Bundle object
  - Content types: `application/json`
- `400`: Bad Request
  - Content types: `application/json`
- `404`: Not found response
  - Content types: `application/json`
- `409`: Cannot cancel the bundle, probably because it is completed
  - Content types: `application/json`
