diff --git a/hapi/hedera-protobufs/services/token_get_info.proto b/hapi/hedera-protobufs/services/token_get_info.proto
index 2845911414b..454c9343473 100644
--- a/hapi/hedera-protobufs/services/token_get_info.proto
+++ b/hapi/hedera-protobufs/services/token_get_info.proto
@@ -209,36 +209,6 @@ message TokenInfo {
* (token definition and individual NFTs).
*/
Key metadata_key = 28;
-
- /**
- * A function-specific account key.
- * This key authorizes transactions to lock tokens in an account or account
- * partition.
- *
- * The key SHALL be used to authorize the locking and unlocking of tokens,
- * or the transfer of locked tokens on balances held by the user
- * on their account, or on the partition in their account.
- */
- Key lock_key = 29;
-
- /**
- * A function-specific account key.
- * This key authorizes transactions to partition fungible tokens and NFTs
- * held by an account.
- *
- * This key SHALL be used to authorize the creation, deletion, or updating
- * of partition definitions owned by the token definition.
- */
- Key partition_key = 30;
-
- /**
- * A function-specific account key.
- * This key authorizes transactions to move tokens between partitions.
- *
- * This key SHALL be used to authorize the movement of tokens between - * partitions. - */ - Key partition_move_key = 31; } /**