RemoveOrganizationMember
DELETE/api/v1/organizations/:organization_id/members/:user_id
Removes a user from an organization.
The owner of the organization cannot be removed.
Requires WRITE permission on the organization level.
Request
Responses
- 204
- 400
- 401
- 403
- 404
Request fulfilled, nothing follows
Response Headers
Bad request syntax or unsupported method
No permission -- see authorization schemes
Request forbidden -- authorization will not help
Nothing matches the given URI