Skip to main content
DELETE
/
v1
/
channel
/
attribute
/
category
Delete Category Attributes
curl --request DELETE \
  --url https://scx-sbx.api.jtl-software.com/v1/channel/attribute/category \
  --header 'Authorization: Bearer <token>'
{
  "errorList": [
    {
      "code": "GEN404",
      "message": "Not found",
      "severity": "error",
      "hint": null
    }
  ]
}

Authorizations

Authorization
string
header
required

As a Channel Integrator you will receive a API Refresh Token. With such a Refresh Token you need to request an Access Token with a limited Lifetime (see POST /v1/auth). This Access Token must be provided as a Bearer Token in the Authorization Header with every request.

Query Parameters

categoryId
string

ID of the category whose attribute assignments should be deleted. If omitted, all category attribute assignments are deleted. Channel category Id

Required string length: 1 - 512
Example:

"Beer4711"

Response

Attributes deleted