FinancialReports
  1. Webhooks (Management)
FinancialReports
  • FinancialReports API Documentation
  • Changelog
  • Companies
    • List Companies
      GET
    • Retrieve Company Details
      GET
  • Filings
    • List Filings
      GET
    • Retrieve Filing Markdown
      GET
    • Retrieve Filing Details
      GET
  • Filing Types
    • The Financial Reporting Classification Framework (FRCF)
    • List Filing Types
      GET
    • Retrieve Filing Type
      GET
  • Languages
    • Understanding Language Codes
    • List Languages
      GET
    • Retrieve Language
      GET
  • ISIC Classifications
    • Understanding ISIC Classification
    • List ISIC Classes
      GET
    • Retrieve ISIC Class
      GET
    • List ISIC Divisions
      GET
    • Retrieve ISIC Division
      GET
    • List ISIC Groups
      GET
    • Retrieve ISIC Group
      GET
    • List ISIC Sections
      GET
    • Retrieve ISIC Section
      GET
  • 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
    • Regenerate Secret Key
      POST
    • Test Webhook
      POST
  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 2025-11-15 06:49:38
Previous
Partial Update Webhook
Next
Regenerate Secret Key
Built with