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
The body is of type object.
object
Login deletion result
The response is of type object.