Locations
Delete Location
When deleting location, you will just need to pass in the ID of the location you want to delete into the request URL params.
DANGER
When deleting a location, it will be a soft delete. deleted_at: {{Deleted date time}}
DELETE
`/v1/locations/:location`
Activate Locations
To activate a deleted location, you need to pass activate_location:true
in the body of the request.
POST
`/v1/locations/:location`