FinancialReports
  1. Webhooks (Management)
FinancialReports
  • FinancialReports API Documentation
  • Changelog
  • Python SDK
  • Companies
    • List Companies
      GET
    • Retrieve Company Details
      GET
    • Predict Next Annual Report
      GET
  • Filings
    • List Filings
      GET
    • Retrieve Filing Details
      GET
    • Retrieve Filing Markdown
      GET
  • Filing Types
    • The Financial Reporting Classification Framework (FRCF)
    • List Filing Types
      GET
    • Retrieve Filing Type
      GET
  • Filing Categories
    • List Filing Categories
      GET
    • Retrieve Filing Category
      GET
  • Languages
    • Understanding Language Codes
    • List Languages
      GET
    • Retrieve Language
      GET
  • ISIC Classifications
    • Understanding ISIC Classification
    • List ISIC Classes
    • Retrieve ISIC Class
    • List ISIC Divisions
    • Retrieve ISIC Division
    • List ISIC Groups
    • Retrieve ISIC Group
    • List ISIC Sections
    • Retrieve ISIC Section
  • Countries
    • Understanding Country Codes
    • List Countries
    • Retrieve Country
  • Sources
    • Understanding Data Sources
    • List Data Sources
    • Retrieve Data Source
  • Watchlist
    • Get User's Watchlist
    • Add Company to Watchlist
    • Remove Company from Watchlist
  • Webhooks (Management)
    • List Webhooks
      GET
    • Create Webhook
      POST
    • Retrieve Webhook
      GET
    • Update Webhook
      PUT
    • Partial Update Webhook
      PATCH
    • Delete Webhook
      DELETE
    • List Delivery Logs
      GET
    • Regenerate Secret Key
      POST
    • Test Webhook
      POST
  • ISINs
    • List ISINs
    • Retrieve ISIN
  • Schemas
    • Company
    • Language
    • Filing
    • Source
    • CompanyMinimal
    • Country
    • ErrorDetail
    • FilingType
    • DesignatedSponsor
    • FilingSummary
    • ISICClass
    • FilingProcessedPayload
    • FilingCategory
    • ISICDivision
    • ISICGroup
    • ISICSection
    • PaginatedFilingTypeList
    • PaginatedCompanyMinimalList
    • PaginatedFilingSummaryList
    • PaginatedISICClassList
    • PaginatedCountryList
    • PaginatedISICDivisionList
    • ISIN
    • PaginatedSourceList
    • ListedStockExchange
    • PaginatedISICGroupList
    • PaginatedISICSectionList
    • NextAnnualReport
    • PaginatedFilingCategoryList
    • PaginatedLanguageList
    • WatchlistAction
    • WatchlistCompany
    • WatchlistResponse
    • PaginatedWebhookList
    • PatchedWebhook
    • PaginatedISINList
    • StockIndex
    • PaginatedWebhookDeliveryList
    • ProcessingStatusEnum
    • Webhook
    • StatusEnum
    • WebhookCompanyPayload
    • WebhookFilingPayload
    • WebhookDelivery
    • WebhookSecret
  1. Webhooks (Management)

Delete Webhook

DELETE
/webhooks/{id}/
Permanently delete a webhook subscription by its ID.

Request

Path Params

Header Params

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request DELETE 'https://api.financialreports.eu/webhooks//' \
--header 'x-api-key;'

Responses

🟢204No Content
application/json
No response body
Body

Example
{}
Modified at 2026-02-13 12:52:23
Previous
Partial Update Webhook
Next
List Delivery Logs
Built with