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