Skip to main content

Delete custom data by key for entity

DELETE 

/api/v1/catalog/custom-data

Use this endpoint when attempting to delete custom data where the key contains non-alphanumeric characters. Otherwise, use the standard API under Custom Data.

Request

Query Parameters

    tag stringrequired
    key stringrequired
    force boolean

Responses

Successfully deleted custom data

Loading...