Delete Credit notification
Permanently delete a credit notification
Request
Endpoint
Messaging Plus expects a DELETE request
https://mplus.instagiv.com/notification/credit/{notification-uuid}| Key | Description | Example |
|---|---|---|
notification-uuid | Notification UUID to delete | 3dd57172-eb3b-4158-865b-1e65688933c8 |
Query strings
| Key | Required | Description | Example |
|---|---|---|---|
key | true | Organization API key | ?key=aaaabbbbcccc111222333 |
Response
Body
json
{
"message": "Success"
}Body parameters
| Key | Expected value | Description |
|---|---|---|
message | string | The outcome of the request |