# 30400: Parameters are not valid&#x20;

Log Type: APPLICATION

Log Level: ERROR

## Description

There is an issue with the request body.

### Possible causes

* `POST` body is missing parameters Body or Status.
* Attempted to cancel the message and redact the message body at the same time.
* Value for Status is invalid.
* Message body redaction request does not have empty Body parameter.

### Possible solutions

* To cancel the message, include Status: canceled.
* To redact the message body, ensure Body is empty. More details [here](https://support.twilio.com/hc/en-us/articles/223133687-Deleting-messages-message-media-or-message-bodies).
* If you want to cancel and redact the message body: First, request the message to be canceled. Then, request for message body redaction. More details [here](https://support.twilio.com/hc/en-us/articles/223133687-Deleting-messages-message-media-or-message-bodies).
