Delete an export field
Delete an export field. Only if a field is non mandatory. Only internal users and admins can remove fields from global channels
Authorization
bearerAuth ProductsUp Keycloak JWT bearer token.
In: header
Path Parameters
Export id.
Export Field id.
Response Body
application/json
application/json
application/json
curl -X DELETE "https://export-template-api.productsup.com/V1/export-templates/string/attributes"{
"errors": {
"message": "Unable to remove mandatory field."
}
}{
"errors": {
"message": "Resource access denied."
}
}{
"errors": {
"message": "Export with id 456 not found."
}
}How is this guide?
Retrieve a list of all export template attribute tags of an export template attribute GET
An export template attribute tag is metadata of an export template attribute. This endpoint lists all export template attribute tags of an export template attribute.
Update an export field PATCH
An export field is a field that belongs to an export. Once created, the export field will be added to every channel that is created from the export template in the productsup platform. This endpoint allows the updating of an existing export field.