Join BoxWorks 2024 to discover what's possible with content and AI!
Register now!Deletes the shield information barrier segment based on provided ID.
3423
The 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(
segment.id!,
);
client.shield_information_barrier_segments.delete_shield_information_barrier_segment_by_id(
segment.id
)
await client.ShieldInformationBarrierSegments.DeleteShieldInformationBarrierSegmentByIdAsync(shieldInformationBarrierSegmentId: NullableUtils.Unwrap(segment.Id));
try await client.shieldInformationBarrierSegments.deleteShieldInformationBarrierSegmentById(shieldInformationBarrierSegmentId: segment.id!)
await client.shieldInformationBarrierSegments.deleteById({
shield_information_barrier_segment_id: '12345'
});