This operation deletes a message.
The application must have the 'write' permission granted from the Planzone.
The user must be the author or the administrator of the planzone.
None
The following request:
deletes the message.
Nothing (only the http status code).
| 204 | NO_CONTENT | The message has been deleted |
| 403 | FORBIDDEN | The message cannot be deleted (the user is not the author or not administrator in the planzone). |
| 404 | NOT FOUND | The message cannot be found |
Planzone API