Request parameters for deleteNotifications operation in AppIntegrationsApi.

AppIntegrationsApiDeleteNotificationsRequest

interface AppIntegrationsApiDeleteNotificationsRequest {
    body: DeleteNotificationsRequest;
}

Properties

Properties

The request body for the `deleteNotifications` operation.

AppIntegrationsApiDeleteNotifications