POST
/api/logins/delete
curl \
--request POST 'https://replace-with-own-host.iw-erp.de/api/logins/delete' \
--header "x-session-token: $API_KEY" \
--header "Content-Type: application/json" \
--data '{"login":{"username":"string","password":"string","token":"string"}}'
Request examples
{
"login": {
"username": "string",
"password": "string",
"token": "string"
}
}
Response examples (200)
{
"success": true,
"message": "string"
}