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 ReferenceAttributes

Beta
DELETE
/v1/attribute/:attributeId
DELETE
/v1/attribute/:attributeId
1curl -X DELETE https://api.sayari.com/v1/attribute/enEwNGF4WDJkTG45dEU2VzZROFFoZ3xhZGRyZXNzfDBwbEVCMHxVNzhzN21yOUVFTThIZ3pwREM3UDFB \
2 -H "Authorization: Bearer <token>"
Try it
200Deleted
1{
2 "data": {
3 "value": {
4 "street1": "1600 Pennsylvania Avenue NW",
5 "city": "Washington DC",
6 "state": "Washington DC",
7 "postalCode": "20500",
8 "country": "US"
9 },
10 "properties": [
11 {
12 "editable": true,
13 "record_count": 0,
14 "id": "enEwNGF4WDJkTG45dEU2VzZROFFoZ3xhZGRyZXNzfDBwbEVCMHxVNzhzN21yOUVFTThIZ3pwREM3UDFB"
15 }
16 ]
17 }
18}
Was this page helpful?
Previous

Project Notifications

Next
Built with
<Warning>This endpoint is in beta and is subject to change. It is provided for early access and testing purposes only.</Warning> Delete an existing Attribute
Delete Attribute

This endpoint is in beta and is subject to change. It is provided for early access and testing purposes only.
Delete an existing Attribute

Authentication

AuthorizationBearer

OAuth authentication of the form <token>.

Path Parameters

attributeIdstringRequired

Response

This endpoint returns an object.
dataobject

Errors