await client.shieldInformationBarrierSegments.deleteShieldInformationBarrierSegmentById(
segmentId,
);
client.shield_information_barrier_segments.delete_shield_information_barrier_segment_by_id(
segment_id
)
await client.ShieldInformationBarrierSegments.DeleteShieldInformationBarrierSegmentByIdAsync(shieldInformationBarrierSegmentId: segmentId);
await client.shieldInformationBarrierSegments.deleteById({
shield_information_barrier_segment_id: '12345'
});