Skip to main content
Client Delete Ground Truth
curl --request DELETE \
  --url https://agents-api.kolena.com/api/v1/client/agents/{agent_id}/ground_truths/{ground_truth_id} \
  --header 'Authorization: Bearer <token>'
This response has no body data.
Rate Limit: This endpoint is limited to requests per minute per user.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>. The <token> represents your API key, which must be acquired from the Kolena platform.

Path Parameters

agent_id
integer
required
ground_truth_id
integer
required

Response