POST api/Message/DeleteMessage
Delete message
Request Information
URI Parameters
None.
Body Parameters
MessageDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| MessageId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"MessageId": "ce46383c-2d1d-4f11-8af1-d7a16ad48ac2"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.