These docs are for v20.3.44. Click to read the latest docs for v20.3.186.

Discussions

Ask a Question
Back to All

GroupMember delete

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'."
}