Productsup

Delete an export template logo

Removes the logo of an export template. **Publishing required.** This request stores a draft. The change becomes available in the ProductsUp platform only after you publish the export template with `POST /V1/export-templates/{id}/commit`.

DELETE
/V1/export-templates/{id}/logo

Path Parameters

id*integer

Export template ID.

Response Body

application/json

application/json

application/json

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"
}