Delete properties for a set of documents specified by their IDs.
curl -n -X PATCH -H "Content-Type: application/json" \
https://example.com/confluence/rest/projectdoc/1/document?id-list=12845218,12845219,12845221 \
-d @deleteParentService.json
{
"property": [
{
"name": "Parent Service",
"position": "delete"
}
]
}