Skip to main content
DELETE
/
v1
/
store_locations
/
{id}
Delete store location
curl --request DELETE \
  --url https://api.sandbox.usenash.com/v1/store_locations/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "isDeleted": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

OK

Layered DELETE confirmation. Returns the deleted store id and the new soft-delete flag.

id
string
required
isDeleted
boolean
required