Request for modifying a page in the workflow
| name | data type | constraints | description |
|---|---|---|---|
| message | string | Get the message | |
| group | number | Get the group ID | |
| delete | boolean | required boolean | the delete |
Example
{
"message" : "...",
"group" : 12345,
"delete" : true
}