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);try await client.shieldInformationBarrierSegments.deleteShieldInformationBarrierSegmentById(shieldInformationBarrierSegmentId: segmentId)client.getShieldInformationBarrierSegments().deleteShieldInformationBarrierSegmentById(segmentId)await client.shieldInformationBarrierSegments.deleteById({
shield_information_barrier_segment_id: '12345'
});