kittycad.api.service_accounts.delete_service_account_for_org
Functions
|
This endpoint requires authentication by an org admin. |
|
|
|
This endpoint requires authentication by an org admin. |
|
- kittycad.api.service_accounts.delete_service_account_for_org._build_response(*, response)[source][source]
- kittycad.api.service_accounts.delete_service_account_for_org._get_kwargs(token, *, client)[source][source]
- kittycad.api.service_accounts.delete_service_account_for_org._parse_response(*, response)[source][source]
- 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.
- async kittycad.api.service_accounts.delete_service_account_for_org.asyncio_detailed(token, *, client)[source][source]
- 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.