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.
Deletes the shield information barrier segment based on provided ID.
3423The ID of the shield information barrier segment.
Empty body in response.
Returns a not_found error if the shield information
barrier segment with specified ID was not found.
An unexpected client error.
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'
});