await client.shieldInformationBarrierSegmentRestrictions.deleteShieldInformationBarrierSegmentRestrictionById(
segmentRestrictionId,
);
client.shield_information_barrier_segment_restrictions.delete_shield_information_barrier_segment_restriction_by_id(
segment_restriction_id
)
await client.ShieldInformationBarrierSegmentRestrictions.DeleteShieldInformationBarrierSegmentRestrictionByIdAsync(shieldInformationBarrierSegmentRestrictionId: segmentRestrictionId);
await client.shieldInformationBarrierSegmentRestrictions.deleteById({
shield_information_barrier_segment_restriction_id: '12345'
});