Skip to main content
DELETE
/
customer
/
{customerId}
/
user
/
{userId}
Delete User
curl --request DELETE \
  --url https://api.masternautconnect.com/connect-webservices/services/public/v1/customer/{customerId}/user/{userId} \
  --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
userId
string
required

Response

User successfully deleted