A beta version of the new Box developer documentation site is launching soon! Updated Developer Guides, modern API Reference, and AI-powered search are on the way to help you build with Box faster. Stay tuned for more updates.
Delete shield information barrier segment restriction based on provided ID.
4563The 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)client.getShieldInformationBarrierSegmentRestrictions().deleteShieldInformationBarrierSegmentRestrictionById(segmentRestrictionId)await client.shieldInformationBarrierSegmentRestrictions.deleteById({
shield_information_barrier_segment_restriction_id: '12345'
});