# Delete a locale

Deletes a locale with a specific ID (for example, en-US). You cannot delete
a locale if it is being used by a content item or if it is the default locale.

Endpoint: DELETE /api/v2/cm/branches/{branchId}/locales/{localeId}
Version: v2.0
Security: OAuth2.0

## Path parameters:

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

  - `localeId` (string, required)
    The locale identifier, for example en-US.

## Response 400 fields (application/json):

  - `type` (string,null)

  - `title` (string,null)

  - `status` (integer,null)

  - `detail` (string,null)

  - `instance` (string,null)


## Response 204 fields

## Response 500 fields
