Skip to main content
DELETE
/
workflows
/
v1
/
tools
/
{tool_id}
Delete Tool
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>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Retrieve your API Key from Dashboard API Keys Section.

Path Parameters

tool_id
string
required

Response

Successful Response