cURL
curl --request DELETE \ --url https://api.masternautconnect.com/connect-webservices/services/public/v1/customer/{customerId}/location/{placeId} \ --header 'Authorization: Bearer <token>'
DELETE request to delete a location that matches the .
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful operation
Was this page helpful?