Skip to main content

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

FieldRequiredType

notification_guid

The unique identifier for notifications. Defined by MX.

Required
String
Loading...