API referenceV1Export template
Delete a logo from an export template
curl -X DELETE "https://export-template-api.productsup.com/V1/export-templates/0/logo"Empty
{
"message": "Access denied"
}{
"message": "Export template with id 00000 not found."
}{
"message": "string"
}How is this guide?
Get operation status and result GET
Retrieves the status, result or error of an asynchronous operation (e.g. created by POST /V2/export-templates, POST /V2/export-templates/{id}/duplicate, PUT /V2/export-templates/{id}, or DELETE /V2/export-templates/{id}). Use this to poll for completion and obtain the resourceId on success or the error envelope on failure.
Upload a logo for an export template POST
Next Page