FinancialReports
  1. Watchlist
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
  • 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
      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
      GET
    • Add Company to Watchlist
      POST
    • Remove Company from Watchlist
      DELETE
  • Webhooks (Management)
    • List Webhooks
    • Create Webhook
    • Retrieve Webhook
    • Update Webhook
    • Partial Update Webhook
    • Delete Webhook
    • Regenerate Secret Key
    • Test Webhook
  • Schemas
    • Schemas
      • CompanyMinimal
      • Country
      • ErrorDetail
      • FilingType
      • DesignatedSponsor
      • Company
      • FilingSummary
      • ISICClass
      • FilingProcessedPayload
      • FilingCategory
      • ISICDivision
      • ISICGroup
      • ISICSection
      • PaginatedFilingTypeList
      • PaginatedCompanyMinimalList
      • Language
      • PaginatedFilingSummaryList
      • PaginatedISICClassList
      • PaginatedCountryList
      • PaginatedISICDivisionList
      • ListedStockExchange
      • PaginatedSourceList
      • PaginatedISICGroupList
      • Filing
      • PaginatedISICSectionList
      • Source
      • PaginatedLanguageList
      • PaginatedFilingCategoryList
      • WatchlistAction
      • WatchlistCompany
      • WatchlistResponse
      • PaginatedWebhookList
      • PatchedWebhook
      • StockIndex
      • Webhook
      • WebhookCompanyPayload
      • WebhookFilingPayload
      • WebhookRegenerateSecret
  1. Watchlist

Remove Company from Watchlist

DELETE
/watchlist/companies/{company_id}/
Access Level Required: Requires Level 1 Plan or higher.

Removes a specified company from the authenticated user's watchlist using the company_id from the URL path.

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/watchlist/companies//' \
--header 'x-api-key;'

Responses

🟢200OK
application/json
Company successfully removed from the watchlist.
Body

Example
{
    "status": "success",
    "message": "Company removed from watchlist.",
    "company_id": 14
}
🟠401Unauthorized
🟠404Record Not Found
Modified at 2025-12-18 09:56:53
Previous
Add Company to Watchlist
Next
List Webhooks
Built with