Productsup
API referenceV1Export template

Delete a logo from an export template

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

Path Parameters

id*integer

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

How is this guide?