Attributes

Delete Attribute

Beta
DEL

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

Path parameters

attributeIdstringRequired

Response

This endpoint returns an object
data
object
DEL
1curl -X DELETE https://api.sayari.com/v1/attribute/enEwNGF4WDJkTG45dEU2VzZROFFoZ3xhZGRyZXNzfDBwbEVCMHxVNzhzN21yOUVFTThIZ3pwREM3UDFB \
2 -H "Authorization: Bearer <token>"
200
Deleted
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}