Delete Person Not-a-Match Declarations
This example illustrates how to remove person(s) from the not-a-match list for a specific person.
JSON
Request
DELETE /platform/tree/persons/12345/not-a-match?id=12abcde0-1234-4be5-ab2d-d744bb2cf100
Accept: application/x-gedcomx-v1+json
X-Reason: ...change message...
Authorization: Bearer YOUR_ACCESS_TOKEN_HERE
Response
HTTP/1.1 204 No Content
Content-type: application/x-gedcomx-v1+json
X-processing-time: 3
Vary: Accept,Accept-Language,Accept-Encoding,Expect
Content-length: 0
Date: Sun, 03 Apr 1836 10:00:00 GMT-5
Cache-control: no-transform, must-revalidate, max-age=0
XML
Request
DELETE /platform/tree/persons/12345/not-a-match?id=12abcde0-1234-4be5-ab2d-d744bb2cf100
Accept: application/x-gedcomx-v1+xml
X-Reason: ...change message...
Authorization: Bearer YOUR_ACCESS_TOKEN_HERE
Response
HTTP/1.1 204 No Content
Content-type: application/x-gedcomx-v1+xml
X-processing-time: 3
Vary: Accept,Accept-Language,Accept-Encoding,Expect
Content-length: 0
Date: Sun, 03 Apr 1836 10:00:00 GMT-5
Cache-control: no-transform, must-revalidate, max-age=0
Updated 5 days ago