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(
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)
await client.shieldInformationBarrierSegments.deleteById({
shield_information_barrier_segment_id: '12345'
});