Zum Hauptinhalt springen
DELETE
/
tool
/
{id}
Soft-delete a NEO tool
curl --request DELETE \
  --url https://demo.enneo.ai/api/mind/tool/{id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Autorisierungen

Authorization
string
header
erforderlich

JWT-based authentication

Pfadparameter

id
integer
erforderlich

Tool ID.

Antwort

Deleted

success
boolean