Request body for starting an asynchronous delete entry task.

interface IStartDeleteEntryRequest {
    auditReasonComment?: string;
    auditReasonId?: number;
}

Implemented by

Properties

auditReasonComment?: string

The comment for this audit event.

auditReasonId?: number

The reason id for this audit event.