2021-07-05
1curl -X DELETE https://withpersona.com/api/v1/list-item/browser-fingerprints/list-item-id \2 -H "Authorization: <apiKey>"
1{2 "data": {3 "type": "list-item/browser-fingerprint",4 "id": "libf_N6PqYkfSqeqiQYWoeHA3GGDo",5 "attributes": {6 "status": "archived",7 "archived-at": "2020-09-18T19:06:40.515Z",8 "updated-at": "2020-09-18T18:06:40.515Z",9 "created-at": "2020-09-18T18:06:40.515Z",10 "match-count": 0,11 "value": "3082c312c9bfc8f0a43bc7173b18afe6"12 },13 "relationships": {14 "creator": {15 "data": {}16 }17 }18 }19}