Productsup
API referenceV2Analyzer tests

Unassign analyzer test template from an attribute

Removes an analyzer test template assignment from an attribute (export field).

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

Authorization

bearerAuth
AuthorizationBearer <token>

ProductsUp Keycloak JWT bearer token.

In: header

Path Parameters

attributeId*integer

Attribute (export field) 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."
  }
}

How is this guide?