Delete an export template
Soft-deletes an export template: the template is marked as deleted and no longer appears in listings, but its data is retained. The operation runs asynchronously and returns 202 Accepted with a Content-Location header pointing to the operation resource. Poll GET /V2/operations/{operationId} for progress and the result. Returns 404 if the export template does not exist; no operation is created.
Authorization
bearerAuth AuthorizationBearer <token>
ProductsUp Keycloak JWT bearer token.
In: header
Path Parameters
id*integer
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?