NEO Tools
Soft-delete a NEO tool
DELETE /tool/{id}
DELETE /tool/{id}
Soft-deletes the tool and appends a delete snapshot to its history.
Path parameters
idintegerpathrequiredTool ID.
Responses
200 — Deleted
Response Example
{
"success": true
}404 — Tool not found