Deleting a Store's Opening Times

Request

Before proceeding, ensure that you have the ID of the store location for which opening times are to be removed.

Caution

Deleting a location's opening times means that the store will then be viewed as never open.

Perform a DELETE request to:

https://dmo.metapack.com/locations/<Location ID>/openingTimesRules

of content type:

application/json

with the following authorisation (the token is copied from the access_token field that is returned from Generating a Bearer Token):

Bearer <Bearer Token>

Note

The token must be within its TTL and associated with a can-manage-opening-times-rules permission.

Response

The response from Delivery Options is in JSON format, and will be in the form of an HTTP 200 OK response if the request is successful. For other possible responses, refer to What are the possible Server Responses?.

A successful response will return an empty response body.