Passer au contenu principal
DELETE
/
v2
/
{entity}
/
{project}
/
predictions
Supprimer la prédiction
curl --request DELETE \
  --url https://api.example.com/v2/{entity}/{project}/predictions \
  --header 'Authorization: Basic <encoded-value>'
{
  "num_deleted": 123
}

Autorisations

Authorization
string
header
requis

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

Paramètres de chemin

entity
string
requis
project
string
requis

Paramètres de requête

prediction_ids
string[]
requis

Liste des ID de prédictions à supprimer

Réponse

Réponse réussie

num_deleted
integer
requis

Nombre de prédictions supprimées