| Parameter | Type | Description |
|---|---|---|
| service | string | Service |
| id | integer | Message ID |
| Key | Type | Description |
|---|---|---|
| message | Message | See: Message model |
| Status | Description |
|---|---|
403 | Unauthorized to set specific Service |
404 | Message not found |
{
"message": {} // Message - see 'Message model'
}curl --location --request DELETE 'https://api.mpc.dev.placewise.com/v1/messages//1' \
--header 'X-User-Agent;' \
--header 'X-Product-Name;' \
--header 'X-Loyalty-Club-Slug;' \
--header 'X-Customer;' \
--header 'Authorization;' \
--header 'X-Client-Authorization: '{}