Smithery

connect.subscriptions.by_namespace.delete

Delete a namespace-scoped trigger subscription.

Remote smithery

Other tools also called connect.subscriptions.by_namespace.delete? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "namespace": {
      "type": "string",
      "description": "path parameter"
    },
    "subscriptionId": {
      "type": "string",
      "description": "path parameter"
    }
  }
}