Skip to main content
DELETE

Query parameters

string
required
Unique identifier for the user. Should match the ID the user has in your database.
string
required
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).
string
The unique identifier of the membership.
string
String representing the object’s type. Always set to "companyMembership".
boolean
Indicates the success of the deletion operation. Always true when the request succeeds.