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