Interface DeleteEntityWithEntityIdRequest

interface DeleteEntityWithEntityIdRequest {
    cascadeDelete: boolean;
    entityId: string;
    office: string;
}

Properties

cascadeDelete: boolean
entityId: string
office: string