# Clear cache query responses for a specific content type and locale

Clears the cache of query responses that use a particular content type and locale.

Endpoint: DELETE /api/v2/cache/{branch}/contenttype/{contentType}/locale/{locale}
Version: 2.0
Security: Bearer

## Path parameters:

  - `branch` (string, required)
    The name of the branch to clear.

  - `contentType` (string, required)
    The ID of the content type to clear.

  - `locale` (string, required)
    The culture code, for example en-US, for which to clear queries.

## Query parameters:

  - `api-version` (string)

## Response 400 fields (application/json):

  - `type` (string,null)

  - `title` (string,null)

  - `status` (integer,null)

  - `detail` (string,null)

  - `instance` (string,null)

  - `errors` (object)


## Response 204 fields

## Response 401 fields

## Response 403 fields

## Response 404 fields
