DELETE api/v1/persons/fulldetails/{personId}
Deletes the specified person identifier.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| personId |
The person identifier. |
globally unique identifier |
Required |
Body Parameters
The deleted timestamp.
dateRequest Formats
application/json, text/json, text/html
Sample:
"2025-10-27T21:02:45.1286378+01:00"
application/xml, text/xml
Sample:
<dateTime xmlns="http://schemas.microsoft.com/2003/10/Serialization/">2025-10-27T21:02:45.1286378+01:00</dateTime>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.