Skip to main content
DELETE
/
api
/
v1
/
tool
/
{tool_id}
/
LinkToolUser
Delete Link User Tool Id
curl --request DELETE \
  --url 'https://api.example.com/api/v1/tool/{tool_id}/LinkToolUser?api_key='
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

api_key
string
query
required

Your API key for authentication. You can generate it from the Settings page. Format: starts with in-.

Path Parameters

tool_id
string<uuid>
required

Response

Successful Response