No sound in consumable component

Hello guys, I want to remove the sound from the consumable component, any ideas? I can't put minecraft:none or minecraft:empty, it throws an error:(

{
    "function": "minecraft:set_components",
    "entity": "this",
    "components": {
        "minecraft:consumable": {
            "consume_seconds": 2.5,
            "animation": "none",
            "sound": "minecraft:entity.player.teleport",
            "has_consume_particles": false
        },
        "minecraft:use_cooldown": {
            "seconds": 30,
            "cooldown_group": "ender_compass:cooldown"
        }
    }
}
Continue to help post