interface SingleRedactionRequest {
    contentItem: ContentItem;
    externalId: string;
    reason: string;
    redactionPosition: RedactionPosition;
}

Properties

contentItem: ContentItem

Represents the content to redact

externalId: string

Unique id for the redaction request; ID format should be of UUID

51101de6-d001-429d-a095-b2b96dd57fcb
reason: string

The reason why the content is being redacted

PIIdata
redactionPosition: RedactionPosition

Represents the position of the redaction