Hello guys,
To empty a person Column I send a HTTP request to SharePoint but it keeps invalid.
What am I doing wrong?
I changed the Method to Merge and Patch... no difference
Anything google gives me on the first 2 pages, i tried (deleting accept header and and and)
Putting the URi in browser works. I get the item
Hi @RiccoHipp1903 ,
Please see:
Solved: Re: how to clear a person? - Power Platform Community (microsoft.com)
Ellis
____________________________________
If I have answered your question, please mark the post as Solved.
If you like my response, please give it a Thumbs Up.
@RiccoHipp1903 can you please try setting content-type and accept values as application/json;odata=nometadata
And in body just keep as below
{
"MitarbeiterId":-1
}