Company membership
Remove a company membership
Removes a member from the company by marking the membership canceled. Any of the member's pending cards for that company are unassigned. The request fails with 422 if the member still has active or inactive (non-canceled, non-pending) cards — those must be canceled first.
delete/v1/company_memberships/{id}
Path parameters
idstring required
The id of the resource. This is a UUID for most resources, but for user endpoints it is the user's Firebase UID (an opaque string), so no uuid format is asserted here.
Parameters
#/paths/~1v1~1users/get/parameters/0 — unresolved $ref
Response
The canceled membership.
Example response
{
"role": "member",
"status": "active"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.