kittycad.api.service_accounts.delete_service_account_for_org

Functions

asyncio(token, *, client)

This endpoint requires authentication by an org admin.

asyncio_detailed(token, *, client)

sync(token, *, client)

This endpoint requires authentication by an org admin.

sync_detailed(token, *, client)

kittycad.api.service_accounts.delete_service_account_for_org._build_response(*, response)[source][source]
Return type:

Response[Optional[Error]]

kittycad.api.service_accounts.delete_service_account_for_org._get_kwargs(token, *, client)[source][source]
Return type:

Dict[str, Any]

kittycad.api.service_accounts.delete_service_account_for_org._parse_response(*, response)[source][source]
Return type:

Optional[Error]

async kittycad.api.service_accounts.delete_service_account_for_org.asyncio(token, *, client)[source][source]

This endpoint requires authentication by an org admin. It deletes the requested service account for the organization. This endpoint does not actually delete the service account from the database. It merely marks the token as invalid. We still want to keep the service account in the database for historical purposes.

Return type:

Optional[Error]

async kittycad.api.service_accounts.delete_service_account_for_org.asyncio_detailed(token, *, client)[source][source]
Return type:

Response[Optional[Error]]

kittycad.api.service_accounts.delete_service_account_for_org.sync(token, *, client)[source][source]

This endpoint requires authentication by an org admin. It deletes the requested service account for the organization. This endpoint does not actually delete the service account from the database. It merely marks the token as invalid. We still want to keep the service account in the database for historical purposes.

Return type:

Optional[Error]

kittycad.api.service_accounts.delete_service_account_for_org.sync_detailed(token, *, client)[source][source]
Return type:

Response[Optional[Error]]