Skip to main content
DELETE
/
v2
/
{entity}
/
{project}
/
scores
Score Delete
curl --request DELETE \
  --url https://api.example.com/v2/{entity}/{project}/scores \
  --header 'Authorization: Basic <encoded-value>'
{
  "num_deleted": 123
}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

entity
string
required
project
string
required

Query Parameters

score_ids
string[]
required

List of score IDs to delete

Response

Successful Response

num_deleted
integer
required

Number of scores deleted