| Parameter | Type | Description |
|---|---|---|
| service | string | Service |
| id | integer | Sending ID |
| Key | Type | Description |
|---|---|---|
| sending | Sending | See: Sending model |
| Status | Description |
|---|---|
404 | Sending not found |
405 | Sending is not cancellable - execution is not in progress |
{
"sending": {} // Sending - see 'Sending model'
}curl --location --request PUT 'https://api.mpc.dev.placewise.com/v1/messages//sendings/1/cancel' \
--header 'X-User-Agent;' \
--header 'X-Product-Name;' \
--header 'X-Loyalty-Club-Slug;' \
--header 'X-Customer;' \
--header 'Authorization;' \
--header 'X-Client-Authorization: '{}