DELETE
/
deleteUser
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>"
}

Body

application/json
Necessary required to delete a user.
apiUser
string
required

Username which is provided by us.

apiPassword
string
required

Password provided by us.

apiKey
string
required

API key provided by us to access API.

username
string
required

Username to delete a user from a particular location.

Response

200
application/json
Successful response with updated user details.
status
boolean

Status of the query true for success or false for error

message
string

The response message