Record identifier for deletion (only space + externalId needed)

interface RecordDelete {
    externalId: string;
    space: string;
}

Properties

Properties

externalId: string

External ID of the record to delete

space: string

The space that the record belongs to