cURL
curl --request DELETE \ --url https://df-api.dataframer.ai/api/dataframer/red-team-runs/{run_id}/ \ --header 'Authorization: Bearer <token>'
Delete a red team run
API Key authentication. Format: "Bearer YOUR_API_KEY"
UUID of the red team run
Red team run deleted successfully