cURL
curl --request DELETE \ --url https://api-qa.interactly.ai/workflows/v1/tools/{tool_id} \ --header 'Authorization: Bearer <token>'
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Endpoint to delete a tool by its ID. Only custom tools can be deleted; inbuilt tools cannot be deleted.
Retrieve your API Key from Dashboard API Keys Section.
Successful Response