kittycad.api.orgs.delete_org_member

Functions

asyncio(user_id, *, client)

This endpoint requires authentication by an org admin.

asyncio_detailed(user_id, *, client)

sync(user_id, *, client)

This endpoint requires authentication by an org admin.

sync_detailed(user_id, *, client)

kittycad.api.orgs.delete_org_member._build_response(*, response)[source][source]
Return type:

Response[Optional[Error]]

kittycad.api.orgs.delete_org_member._get_kwargs(user_id, *, client)[source][source]
Return type:

Dict[str, Any]

kittycad.api.orgs.delete_org_member._parse_response(*, response)[source][source]
Return type:

Optional[Error]

async kittycad.api.orgs.delete_org_member.asyncio(user_id, *, client)[source][source]

This endpoint requires authentication by an org admin. It removes the specified member from the authenticated user’s org.

Return type:

Optional[Error]

async kittycad.api.orgs.delete_org_member.asyncio_detailed(user_id, *, client)[source][source]
Return type:

Response[Optional[Error]]

kittycad.api.orgs.delete_org_member.sync(user_id, *, client)[source][source]

This endpoint requires authentication by an org admin. It removes the specified member from the authenticated user’s org.

Return type:

Optional[Error]

kittycad.api.orgs.delete_org_member.sync_detailed(user_id, *, client)[source][source]
Return type:

Response[Optional[Error]]