Delete a single span by identifier.
Important: This operation deletes ONLY the specified span itself and does NOT delete its descendants/children. All child spans will remain in the trace and become orphaned (their parent_id will point to a non-existent span).
Behavior:
Note: This operation is irreversible and may create orphaned spans.
Documentation Index
Fetch the complete documentation index at: https://arizeai-433a7140.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
The span identifier: either a relay GlobalID or OpenTelemetry span_id
Successful Response