Deletes a login and all associated data
curl --request POST \ --url https://api.kaizenautomation.com/logins/delete \ --header 'Content-Type: application/json' \ --data '{ "id": "<string>" }'
{ "success": true, "message": "<string>" }
ID of the login to delete
Whether the deletion was successful
A message describing the result