Type alias QuickBaseRequestDeleteRelationship

QuickBaseRequestDeleteRelationship: QuickBaseRequest & {
    childTableId: string;
    relationshipId: number;
}

Type declaration

  • childTableId: string

    The unique identifier (dbid) of the table. This will be the child table.

  • relationshipId: number

    The relationship id. This is the field id of the reference field on the child table.