Custom Session - Delete node
The Custom Session - Delete node allows deletion of a custom session with a defined ID.
This node is available in: Authentication, Admin, Self Service, API, Consent, Library, Custom, User Defined
Node configurations
- ID: Specify the unique identifier of the session to delete.
Default output node
- Success
- Session Not Found
- Failure
JSON metadata
{
"name": "delete_custom_session",
"active": true,
"bundleName": "default-nodes",
"bundleVersion": "1.0",
"category": "custom_session",
"deprecated": false,
"displayName": [{
"lang": "en",
"value": "Custom Session - Delete"
}, {
"lang": "it",
"value": "Custom Session - Delete"
}
],
"nodeName": "DeleteCustomSession",
"index": 4,
"inputs": [{
"name": "Input"
}
],
"outputs": [{
"name": "Success",
"level": "success"
}, {
"name": "SessionNotFound",
"level": "warning"
}, {
"name": "Failure",
"level": "error"
}
]
}