# Delete label value at account, org or project level

Endpoint: DELETE /code/api/v1/labels/{key}/values/{value}
Version: 1.0
Security: x-api-key

## Query parameters:

  - `accountIdentifier` (string, required)
    Account Identifier for the Entity.

  - `orgIdentifier` (string)
    Organization Identifier for the Entity.

  - `projectIdentifier` (string)
    Project Identifier for the Entity.

## Path parameters:

  - `key` (string, required)

  - `value` (string, required)

## Response 400 fields (application/json):

  - `message` (string)

  - `values` (object)


## Response 204 fields
