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
id
string
required

ID of the login to delete

Response

200
application/json
Login deletion result
success
boolean
required

Whether the deletion was successful

message
string
required

A message describing the result