Skip to main content
DELETE
/
v1
/
integrations
/
{integrationId}
/
tools
/
{toolId}
Delete Tool
curl --request DELETE \
  --url https://api.sigmamind.ai/v1/integrations/{integrationId}/tools/{toolId} \
  --header 'X-API-Key: <api-key>'
{
  "error": "Bad Request",
  "message": "Invalid request parameters",
  "path": "/v1/integrations/{integrationId}/tools",
  "status": 400,
  "timestamp": "2026-05-01T14:06:46.616Z"
}

Documentation Index

Fetch the complete documentation index at: https://docs.sigmamind.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-Key
string
header
required

API Key is required in header. You can find it in the settings

Path Parameters

integrationId
string
required

Unique identifier for the integration

toolId
string
required

Unique identifier for the tool

Response

OK