Skip to main content
DELETE
/
customer
/
{customerId}
/
location
/
{placeId}
Delete Location
curl --request DELETE \
  --url https://api.masternautconnect.com/connect-webservices/services/public/v1/customer/{customerId}/location/{placeId} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

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

Path Parameters

customerId
string
required
placeId
string
required

Response

200

Successful operation