Interface ApplicationIntegrationsApiModelDeleteNotificationsRequest

The request for the deleteNotifications operation.

DeleteNotificationsRequest

interface ApplicationIntegrationsApiModelDeleteNotificationsRequest {
    deletionReason:
        | ApplicationIntegrationsApiModelDeleteNotificationsRequestDeletionReasonEnum
        | "INCORRECT_CONTENT"
        | "INCORRECT_RECIPIENT";
    templateId: string;
}

Properties

deletionReason:
    | ApplicationIntegrationsApiModelDeleteNotificationsRequestDeletionReasonEnum
    | "INCORRECT_CONTENT"
    | "INCORRECT_RECIPIENT"

The unique identifier that maps each notification status to a reason code.

DeleteNotificationsRequest

templateId: string

The unique identifier of the notification template you used to onboard your application.

DeleteNotificationsRequest

MMNEPVFCICPMFPCPTTAAATR