Parameters for the cancelDocumentExtractions operation.

interface CancelDocumentExtractionsParams {
    hardDelete?: boolean;
    headers?: OutgoingHttpHeaders;
    id: string;
    projectId?: string;
    spaceId?: string;
}

Properties

hardDelete?: boolean

Set to true in order to also delete the job metadata information.

headers?: OutgoingHttpHeaders
id: string

The id is the identifier that was returned in the metadata.id field of the request.

projectId?: string

The project that contains the resource. Either space_id or project_id query parameter has to be given.

spaceId?: string

The space that contains the resource. Either space_id or project_id query parameter has to be given.