Skip to main content
DELETE
/
plugins
/
{name}
/
conn
/
{id}
Delete Plugin Connection
curl --request DELETE \
  --url https://use.hoop.dev/api/plugins/{name}/conn/{id}
{
  "message": "the error description"
}

Documentation Index

Fetch the complete documentation index at: https://mintlify.hoop.dev/docs/llms.txt

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

Path Parameters

name
string
required

The name of the plugin

id
string
required

The connection id

Response

No Content