Discussions
GroupMember delete
about 5 years ago by Kyle Blocher
Hello,
We are writing an importer that targets the REST API. Our data makes heavy use of relationships, which is stored as a GroupMember internally.
Is there a way to delete these via the REST API? It does not appear that the PUT operation obeys our expected idempotency requirements, so we have several duplicate relationships that we need to purge. Furthermore, as we adjust the data model, we might want to blow away and recreate the relationships.
(When we try to make a DELETE request, we get this:
{
"$type": "System.Web.Http.HttpError, System.Web.Http",
"Message": "The requested resource does not support http method 'DELETE'."
}