Skip to main content

Delete Attribute Description

DELETE 

/v2/attribute-descriptions/:lookupKey/:lookupValue

Deletes an Attribute Description by lookupKey and lookupValue

Request

Path Parameters

    lookupKey stringrequired

    Possible values: [id, name]

    The lookupKey to find the Attribute Description by, either 'id' or 'name'

    Example: id
    lookupValue stringrequired

    TThe lookupValue to find the Attribute Description by, i.e. the id or the name

    Example: 1234

Query Parameters

    resourceType string

    Possible values: [product, category, cluster, customer, contact, company]

    The resourceType to get the Attribute Description for. Required when lookupKey is 'name'

    Example: product

Responses

Bad request

Loading...