cURL
curl --request DELETE \ --url http://{server_ip}:6002/deleteUser \ --header 'Content-Type: application/json' \ --data '{ "apiUser": "<string>", "apiPassword": "<string>", "apiKey": "<string>", "username": "<string>" }'
{ "status": true, "message": "<string>" }
Delete a user in the organization of a particular location.
Necessary required to delete a user.
Username which is provided by us.
Password provided by us.
API key provided by us to access API.
Username to delete a user from a particular location.
Successful response with updated user details.
Status of the query true for success or false for error
The response message