---
title: "Score Delete V2"
method: DELETE
path: "/v2/{entity}/{project}/scores"
tags: ["V2 -- Scores"]
---

# Score Delete V2

`DELETE /v2/{entity}/{project}/scores`

Delete scores.

## Path parameters

- `entity` string, required
- `project` string, required

## Request body

- string[]

## Response `200`

Successful Response

- ScoreDeleteV2Res
  - `num_deleted` integer, required — Number of scores deleted

## Other responses

- `422` — Validation Error

## Changes

- **2025-11-06** `e0fa7a1a394a` — 1 info
  - api operation id `score_delete_v2_v2__entity___project__scores_delete` removed and replaced with `score_delete_v2`
- **2025-11-05** `d93d10582b06` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/wandb/apis/fastapi/changes/v2/:entity/:project/scores/delete.md)

---

[API](https://skmtc.dev/wandb/apis/fastapi.md) · [All operations](https://skmtc.dev/wandb/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/wandb/fastapi/revisions/148dfd663d45/schema)
