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
Documentation IndexFetch the complete documentation index at: https://docs.kaizenautomation.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.kaizenautomation.com/llms.txt
Use this file to discover all available pages before exploring further.
Login deletion parameters
ID of the login to delete
Login deletion result
Whether the deletion was successful
A message describing the result