Delete Org Member
DELETE/api/v1/org/:org_id/member/delete
Delete Org Member.
Path Args
org_id (str): ID of the organization.
Query Args
user (str): User email or id to be removed to the organization
Header
api_key (ApiKeyJwtSchema): JWT API Key
Returns
status code: 204
Request
Responses
- 204
- 422
Successful Response
Validation Error