# Remove Tags from a bundle

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

Remove tags from a Bundle. If a tag in the request does not exist on the Bundle, it is ignored.

## Request

### Parameters

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

### Request Body

- `application/json` — (object)

### Responses

- `200`: The modified Bundle
  - Content types: `application/json`
- `400`: Bad Request
  - Content types: `application/json`
- `404`: Not found response
  - Content types: `application/json`
