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:
"2024-04-08T18:54:36.0663432+02:00"
application/xml, text/xml
Sample:
<dateTime xmlns="http://schemas.microsoft.com/2003/10/Serialization/">2024-04-08T18:54:36.0663432+02:00</dateTime>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.