Skip to main content
DELETE
/
v2
/
{entity}
/
{project}
/
predictions
Prediction Delete
curl --request DELETE \
  --url https://api.example.com/v2/{entity}/{project}/predictions \
  --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

prediction_ids
string[]
required

List of prediction IDs to delete

Response

Successful Response

num_deleted
integer
required

Number of predictions deleted