Nexus API
Delete deliverable
Only deliverables belonging to a notification with notification type API_NOTIFICATION may be deleted via API.
Attempting to delete a deliverable with a notification of a different notification type will result in a 403 Forbidden response status.
DELETE
/notifications/{notification_guid}/deliverables/{deliverable_guid}
Path Parameters
| Field | Required | Type |
|---|---|---|
notification_guid The unique identifier for the notification. Defined by MX. | Required | String |
deliverable_guid The unique identifier for the deliverable. Defined by MX. | Required | String |
Loading...