DELETE api/v1/persons/fulldetails/{personId}

Deletes the specified person identifier.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
personId

The person identifier.

globally unique identifier

Required

Body Parameters

The deleted timestamp.

date

Request 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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'DateTime'.

Response Information

Resource Description

None.