Skip to main content

Delete custom data for entity

DELETE 

/api/v1/catalog/:tag/custom-data

Delete custom data for entity

Request

Path Parameters

    tag stringrequired

    The entity tag (x-cortex-tag) that identifies the entity.

Query Parameters

    key stringrequired
    force boolean

    When true, overrides values that were defined in the catalog descriptor. Will be overwritten the next time the catalog descriptor is processed.

Responses

Successfully deleted custom data

Loading...