2021-07-05
1curl -X DELETE https://withpersona.com/api/v1/list-item/names/list-item-id \2 -H "Authorization: <apiKey>"
1{2 "data": {3 "type": "list-item/name",4 "id": "lin_soqGRWaUXZct3pCRbjRaXFqz",5 "attributes": {6 "status": "archived",7 "archived-at": "2020-09-18T19:07:53.000Z",8 "updated-at": "2020-09-18T18:07:53.000Z",9 "created-at": "2020-09-18T18:07:53.000Z",10 "match-count": 0,11 "name-first": "Joe",12 "name-last": "Imposter"13 },14 "relationships": {15 "creator": {16 "data": {}17 }18 }19 }20}