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

Authorizations

Authorization
string
header
required

API Key authentication. Format: "Bearer YOUR_API_KEY"

Path Parameters

spec_id
string<uuid>
required

UUID of the red team spec

Response

Red team spec deleted successfully