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
- 400
- 401
- 404
- 500
Bad request
Unauthorized
- application/json
- Schema
- invalid_client_id
- invalid_client_cred
Schema
any
{
"ErrorCode": "invalid_client",
"Error": "ClientId is Invalid"
}
{
"ErrorCode": "invalid_client",
"Error": "Client credentials are invalid"
}
Attribute Description not found
Unknown delete Attribute Description error
Loading...