# Delete a content item

Deletes a content item with a specific ID. You can only delete content items with a DRAFT status.

Endpoint: DELETE /api/v2/cm/branches/{branchId}/content-items/{contentItemId}
Version: v2.0
Security: OAuth2.0

## Path parameters:

  - `branchId` (string, required)
    The ID of the branch, for example prod.

  - `contentItemId` (string, required)
    The content item identifier, for example mmdvOOpQH0CY4QRLztHflg.

## Query parameters:

  - `locale` (string)
    The IETF language tag, for example, en-US.

  - `version` (integer)
    The version, for example 1.

## Response 400 fields (application/json):

  - `type` (string,null)

  - `title` (string,null)

  - `status` (integer,null)

  - `detail` (string,null)

  - `instance` (string,null)


## Response 204 fields

## Response 401 fields

## Response 403 fields

## Response 404 fields
