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