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