Skip to main content
DELETE
/
api
/
dataframer
/
red-team-runs
/
{run_id}
Delete red team run
curl --request DELETE \
  --url https://df-api.dataframer.ai/api/dataframer/red-team-runs/{run_id}/ \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

API Key authentication. Format: "Bearer YOUR_API_KEY"

Path Parameters

run_id
string<uuid>
required

UUID of the red team run

Response

Red team run deleted successfully