DELETE /stores/{reference}ΒΆ

Delete a store. Warning: deleting a store might have unintended consequences, e.g., it will prevent the API from accepting receipts which reference the deleted store.

Body parameters:

Name

Type

Description

pretty

boolean, optional, default: false

readable output formatting

reference

integer or string, required

a retailer-specific store identifier

Example request:

DELETE /stores/1001 HTTP/1.1
Host: api.ereceipts.co.uk
Accept: application/json

Example response:

HTTP/1.1 204 No Content