run

Delete Runs

Delete specific runs by trace IDs or metadata key-value pairs.

post/api/v1/runs/delete

Request body

session_idstring uuid nullable
trace_idsstring[] nullable
metadataobject nullable

Response

Successful Response

{"stackTrail":"paths:/api/v1/runs/delete:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes

Changed in 2 of the 48 revisions of this API.516

    • added the new optional request property metadata

      new-optional-request-property

    • request body became optional

      request-body-became-optional

    • the request property session_id became optional

      request-property-became-optional

    • the request property trace_ids became optional

      request-property-became-optional

    • request property session_id list-of-types was widened by adding types null to media type application/json

      request-property-list-of-types-widened

    • request property trace_ids list-of-types was widened by adding types null to media type application/json

      request-property-list-of-types-widened

    This revision also has 6 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

  • 9b9d7777d6a951See the full diff
    • request body became required

      request-body-became-required

    • the request property session_id became required

      request-property-became-required

    • the request property trace_ids became required

      request-property-became-required

    • request property session_id list-of-types was narrowed by removing types null from media type application/json

      request-property-list-of-types-narrowed

    • request property trace_ids list-of-types was narrowed by removing types null from media type application/json

      request-property-list-of-types-narrowed

    • removed the request property metadata

      request-property-removed

    This revision also has 6 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog