LearnGraph LoginRequest a Demo
HomeAPIBulk DataSayari LibraryChange Log
  • Key Concepts
    • Introduction
    • Endpoint Overview
    • Authentication
    • Requests
    • Pagination
    • Response Status Codes
    • Data Types
    • Rate Limits
  • API Clients
    • Overview
    • Open API
    • Postman
    • Go
    • Python
    • Node
  • API Reference
  • Guides
    • Getting Started
    • Understanding Project Entity
    • Risk Factors
    • Entity Search
    • Advanced Entity Search
    • Resolution
    • Trade Search - Shipments
    • Trade Search - Suppliers & Buyers
    • v0 Migration
  • Implementation Patterns
    • Project Entity Supply Chain
  • Use Cases
    • Entity Screening & Verification
    • Investigations
LogoLogo
LearnGraph LoginRequest a Demo
API ReferenceNotifications

DELETE
/v1/notifications/entity/:entity_id
DELETE
/v1/notifications/entity/:entity_id
1curl -X DELETE https://api.sayari.com/v1/notifications/entity/N0xLDy4wcud-M1ZtwdsvRA \
2 -H "Authorization: Bearer <token>"
Try it
Was this page helpful?
Previous

Delete Resource Notifications

Next
Built with
<Warning>Legacy endpoint. New integrations should contact Sayari for best practices.</Warning> Deletes notifications for saved resources of an entity.
Delete Entity Notifications

Legacy endpoint. New integrations should contact Sayari for best practices.
Deletes notifications for saved resources of an entity.

Authentication

AuthorizationBearer

OAuth authentication of the form <token>.

Path Parameters

entity_idstringRequired

Errors