# Delete catalog custom properties for given entity

Delete catalog custom properties for given entity

Endpoint: DELETE /v1/catalog/custom-properties/entity
Version: 1.0
Security: x-api-key

## Header parameters:

  - `Harness-Account` (string)
    Identifier field of the account the resource is scoped to.

## Query parameters:

  - `dry_run` (boolean)
    Dry run catalog custom properties

## Request fields (application/json):

  - `entity_ref` (string, required)

  - `property` (string)

  - `properties` (array)

## Response 200 fields (application/json):

  - `status` (string, required)
    Enum: "SUCCESS", "ERROR"

  - `message` (string, required)


