API Reference
Reference for the API
Permanently delete an API integration tool
cURL
curl --request DELETE \ --url https://api.kallabot.com/tools/{tool_id} \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "<string>", "data": { "id": "<string>", "name": "<string>", "description": "<string>" } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Tool deleted
Show child attributes