Triggering this allows you to remove any existing command suggestions for the specified command.
chat:removeSuggestion
string commandName
This example removes the suggestion that was created with the example of chat:addSuggestion.
TriggerEvent('chat:removeSuggestion', '/command')
TriggerEvent("chat:removeSuggestion", "/command");
emit('chat:removeSuggestion', '/command');