Productsup

Unassign an analyzer test template from an attribute

Removes an analyzer test template assignment from an attribute. **No publishing required.** Analyzer test assignments take effect immediately. Unlike other export template changes, this request does not create a draft and needs no publishing step.

DELETE
/V2/attributes/{attributeId}/analyzer-tests/{assignmentId}

Authorization

bearerAuth
AuthorizationBearer <token>

ProductsUp Keycloak JWT bearer token.

In: header

Path Parameters

attributeId*integer

Attribute ID.

assignmentId*integer

Assignment ID to delete

Response Body

application/json

application/json

curl -X DELETE "https://export-template-api.productsup.com/V2/attributes/0/analyzer-tests/0"
Empty
{
  "errors": {
    "message": "Resource access denied."
  }
}
{
  "errors": {
    "message": "Resource access denied."
  }
}