Remove an organization member
General
Remove an organization member
Deletes the member record. Idempotent — returns success if the row is already gone. Cannot remove the last active admin (returns 422). Requires a Nevermined API key. Requires organization admin privileges.
DELETE
Remove an organization member
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Organization identifier the member belongs to.
Example:
"org-abc123"
The membership row id (primary key of the organization member record).
Example:
"mbr-abc123"
Response
Member removed
Related topics
Remove a member from a groupSearch the members of an organizationReactivate an organization memberDeactivate an organization memberChange an organization member role