Skip to content

Delete a Webhook

Input

ObjectTypeDescription
triggerIdStringThe trigger id to be deleted.

OpenAPI definition

json
{
  "openapi": "3.1.0",
  "info": {
    "title": "Enterprise API",
    "version": "1.0"
  },
  "servers": [
    {
      "url": "https://api.feedly.com/v3/enterprise"
    }
  ],
  "components": {
    "securitySchemes": {
      "sec0": {
        "type": "apiKey",
        "in": "header",
        "name": "Authorization",
        "x-bearer-format": "bearer"
      }
    }
  },
  "security": [
    {
      "sec0": []
    }
  ],
  "paths": {
    "/triggers/:{triggerid}": {
      "delete": {
        "summary": "Delete a Webhook",
        "description": "",
        "operationId": "delete-a-webhook",
        "parameters": [
          {
            "name": "triggerid",
            "in": "path",
            "description": "id of the webhook you want to delete",
            "schema": {
              "type": "string"
            },
            "required": true
          }
        ],
        "responses": {
          "200": {
            "description": "200",
            "content": {
              "application/json": {
                "examples": {
                  "Result": {
                    "value": "{}"
                  }
                },
                "schema": {
                  "type": "object",
                  "properties": {}
                }
              }
            }
          },
          "400": {
            "description": "400",
            "content": {
              "application/json": {
                "examples": {
                  "Result": {
                    "value": "{}"
                  }
                },
                "schema": {
                  "type": "object",
                  "properties": {}
                }
              }
            }
          }
        },
        "deprecated": false
      }
    }
  },
  "x-readme": {
    "headers": [],
    "explorer-enabled": true,
    "proxy-enabled": true
  },
  "x-readme-fauxas": true,
  "_id": "65492263c04b66000c5ce44c:654a7cd6b8df3300678cce2e"
}