Delete a run.
client = get_client(url="http://localhost:2024")
await 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.