Discussions
Issues deleting a group member by groupmemberid - company admin
almost 2 years ago by Jake Bound
I'm trying to delete a company admin via the groupmember endpoint:
DELETE /api/GroupMember/{groupmemberid}
Receiving a 500 error back with a generic runtime error. The {groupmemberid} for a company admin is similar to
ORGRELATIONSHIP-123:456
I'm thinking the colon is throwing an error at the IIS level. Can I remove a company admin via this endpoint?
Thanks