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 |
---|---|---|
|
boolean, optional, default: false |
readable output formatting |
|
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