Gracefully tell an Outgoing Webhook to not send a message

I have a pretty standard outgoing webhook that does some chat-bot like things. For some messages, I’d like to not respond to a request with a message in the channel. From the docs it’s not really clear to me how to implement that gracefully. Do I send a 204 No Content? 200 OK with an empty body?