cURL
curl --request DELETE \ --url https://api.devic.ai/v1/tool-servers/{toolServerId}/tools/{toolName} \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "<string>", "deletedId": "<string>" }
Removes a specific tool definition from the tool server definition.
Use JWT token for authentication
The unique identifier of the tool server
The function name of the tool to delete
Tool deleted successfully
Whether the deletion was successful
Deletion message
Deleted resource ID