Productsup

Delete an export template tag

An export template tag is metadata of an export template. This endpoint allows the deletion of an export template tag.

DELETE
/V1/export-templates/{templateId}/export-template-tags/{id}

Authorization

bearerAuth
AuthorizationBearer <token>

ProductsUp Keycloak JWT bearer token.

In: header

Path Parameters

templateId*string

Export Template id.

id*string

Export Template Tag id.

Response Body

application/json

application/json

curl -X DELETE "https://export-template-api.productsup.com/V1/export-templates/string/export-template-tags/string"
Empty
{
  "errors": {
    "message": "Resource access denied."
  }
}
{
  "errors": {
    "message": "Export Tag with id 123 not found."
  }
}