kittycad.api.api_tokens.delete_api_token_for_user
Functions
|
This endpoint requires authentication by any Zoo user. |
|
|
|
This endpoint requires authentication by any Zoo user. |
|
- async kittycad.api.api_tokens.delete_api_token_for_user.asyncio(token, *, client)[source][source]
This endpoint requires authentication by any Zoo user. It deletes the requested API token for the user. This endpoint does not actually delete the API token from the database. It merely marks the token as invalid. We still want to keep the token in the database for historical purposes.
- async kittycad.api.api_tokens.delete_api_token_for_user.asyncio_detailed(token, *, client)[source][source]
- kittycad.api.api_tokens.delete_api_token_for_user.sync(token, *, client)[source][source]
This endpoint requires authentication by any Zoo user. It deletes the requested API token for the user. This endpoint does not actually delete the API token from the database. It merely marks the token as invalid. We still want to keep the token in the database for historical purposes.