kittycad.api.api_tokens.delete_api_token_for_user.sync

kittycad.api.api_tokens.delete_api_token_for_user.sync(token, *, client)[source][source]

This endpoint requires authentication by any KittyCAD 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.

Return type:

Optional[Error]