Delete a store
How to delete an existing store via API
To delete a store, send a DELETE
request to the /api/stores/:id
endpoint, where id
is the id of the store that you want to delete.
Request
DELETE https://yourdomain.commercelayer.io/api/stores/:id
Example
The following request tries to delete the store identified by the ID "xYZkjABcde":
Last updated