Delete a run.
client = get_sync_client(url="http://localhost:2024")
client.runs.delete(
thread_id="thread_id_to_delete",
run_id="run_id_to_delete"
)Optional custom headers to include with the request.
Optional query parameters to include with the request.