POST
/
logins
/
delete
curl --request POST \
  --url https://api.kaizenautomation.com/logins/delete \
  --header 'Content-Type: application/json' \
  --data '{
  "id": "<string>"
}'
{
  "success": true,
  "message": "<string>"
}

Body

application/json

Login deletion parameters

The body is of type object.

Response

200
application/json

Login deletion result

The response is of type object.