Company Memberships
Remove a membership
Removes a single user from a single company. Leaves the user and the company themselves intact.
DELETE
Query parameters
Unique identifier for the user. Should match the ID the user has in your database.
Unique identifier for the group. Should match the ID the group has in your database.
Response
Returns an object with a deleted key on success (or if the user already wasn’t a member of the group - this call is idempotent).
The unique identifier of the membership.
String representing the object’s type. Always set to "companyMembership"
.
Indicates the success of the deletion operation. Always true
when the request succeeds.