Productsup
API referenceV1Export template attribute

Delete an export template attribute

Delete an export template attribute. Only if a field is non mandatory. Only internal users and admins can remove fields from global channels

DELETE
/V1/export-templates/{templateId}/attributes/{id}

Authorization

bearerAuth
AuthorizationBearer <token>

ProductsUp Keycloak JWT bearer token.

In: header

Path Parameters

templateId*string

Export template id.

id*string

Export Template Attribute id.

Response Body

application/json

application/json

application/json

curl -X DELETE "https://export-template-api.productsup.com/V1/export-templates/string/attributes/string"
Empty
{
  "errors": {
    "message": "Unable to remove mandatory field."
  }
}
{
  "errors": {
    "message": "Resource access denied."
  }
}
{
  "errors": {
    "message": "Export template with id 456 not found."
  }
}

How is this guide?