Skip to main content

Delete Store Override

DELETE 

/api/pdf-templates/:id/store-override

Deletes a store-specific override. That store reverts to the global template of the same type.

Required scope: settings:write

Grant this scope to your token under Settings → Developer → Personal Access Tokens.

Authentication: Personal Access Token (sent as a Bearer token) with the settings scope (write access).

Path params:

  • id: the ID of the store override template to delete.

Only a store's own copy can be deleted. Pointing this at the default template is refused with a 422 — every store prints from it. Deleting a store copy also removes that copy's version history, so there is nothing left to restore it from.

Request

Responses

OK

Response Headers
    Content-Type