Delete your Custom Tool.
curl --request DELETE \ --url https://app.luly.ai/api/v1/tools/{tool_id} \ --header 'authorization: <authorization>'
{ "status": "success", "message": "Tool has been deleted." }
Your API key for authentication.
The ID of the Custom Tool you want to update.
Whether the tool creation succeeded.