Remove a member from the network
DELETE/v1/networks/:networkId/members/:userId
Removes a member's membership from the network. Requires the administrator role. Removing the last active admin is blocked and returns 409 (as is a version conflict). On success returns 204 with no body.
Request
Responses
- 204
- 401
- 403
- 404
- 409
Member removed
Missing or invalid API key
The API key is not authorized for this resource
Member not found
Would remove the last active admin, or a version conflict