Delete export template (soft delete)
Marks the export template as deleted by setting soft_deleted to true. Executed asynchronously (inline in Phase 1). Returns 202 Accepted with Content-Location header pointing to the operation. If export template does not exist, returns 404 immediately without creating an operation.
Authorization
bearerAuth ProductsUp Keycloak JWT bearer token.
In: header
Path Parameters
Export template ID
Response Body
application/json
application/json
application/json
curl -X DELETE "https://export-template-api.productsup.com/V2/export-templates/0"{
"operationId": "01980f10-5b04-7845-b0d5-66861c6cabb0",
"status": "queued"
}{
"errors": {
"message": "Resource access denied."
}
}{
"code": "NOT_FOUND",
"message": "string"
}How is this guide?
Create export template with dependencies POST
Creates a complete export template including attributes and analyzer tests in one call. The operation is executed asynchronously (inline in Phase 1). Progress and results are available via GET /V2/operations/{operationId}. Returns 202 Accepted with Content-Location header pointing to the operation.
Duplicate an export template POST
Creates a deep copy of an existing export template including all attributes, analyzer tests, tags, custom form fields, and marketing data. The duplicate receives a '(Copy)' name suffix and Draft status.