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