cURL
curl --request DELETE \ --url https://coolify-api.eagleagents.ai/v3/tools/{toolId} \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "<string>" }
Deletes a tool, this route must use the new V3 endpoints.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful response
The response is of type object.
object