kittycad.api.service_accounts.delete_service_account_for_org.asyncio

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]