cURL
curl --request DELETE \ --url https://api.agentixx.io/api/tools/{id} \ --header 'x-tenant-id: <api-key>' \ --cookie better-auth.session_token=
{ "ok": true }
Delete a tool definition and its credentials. Cannot delete integration-managed tools. Admin only.
Session cookie set by Better Auth on sign-in.
Tenant/workspace UUID. Required on all /api/* endpoints.
Tool deleted