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 ReferenceResource

Delete Resource

DELETE
/v1/resource/:type/:resourceId
DELETE
/v1/resource/:type/:resourceId
1curl -X DELETE https://api.sayari.com/v1/resource/entity/YWmNKV \
2 -H "Authorization: Bearer <token>"
Try it
200Deleted
1{
2 "data": {
3 "type": "entity",
4 "id": "YWmNKV",
5 "project": "YWmNKV",
6 "label": "HOME DEPOT, U. S. A., INC.",
7 "created": "2024-04-24 14:24:14.07741+00",
8 "updated": "2024-04-24 14:24:14.07741+00",
9 "updated_by": "auth0|5e45bd8caccd890e68147513",
10 "version": 0,
11 "entity_id": "n9SA4T_33tDmLtS8BhC6Zg",
12 "tag_ids": [],
13 "case_status": "not_assigned"
14 }
15}
Deletes an existing saved resource from a project.
Was this page helpful?
Previous

Post Attribute

Next
Built with
Post Attribute
Deletes an existing saved resource from a project.

Authentication

AuthorizationBearer
OAuth authentication of the form `<token>`.

Path parameters

typeenumRequired
Allowed values:
resourceIdstringRequired

Response

This endpoint returns an object.
dataobject

Errors

OAuth authentication of the form <token>.