Delete shield information barrier segment restriction based on provided ID.
4563
The ID of the shield information barrier segment Restriction.
Empty body in response
Returns a not_found
error if the
shield information barrier segment restriction was not found.
An unexpected client error.
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);
try await client.shieldInformationBarrierSegmentRestrictions.deleteShieldInformationBarrierSegmentRestrictionById(shieldInformationBarrierSegmentRestrictionId: segmentRestrictionId)
await client.shieldInformationBarrierSegmentRestrictions.deleteById({
shield_information_barrier_segment_restriction_id: '12345'
});