Skip to main content
DELETE
/
api
/
dataframer
/
red-team-specs
/
{spec_id}
JavaScript
import Dataframer from 'dataframer';

const client = new Dataframer({
  apiKey: 'My API Key',
});

await client.dataframer.redTeamSpecs.delete('spec_id');

Authorizations

Authorization
string
header
required

API Key authentication. Format: "Bearer YOUR_API_KEY"

Path Parameters

spec_id
string
required

Response

204 - undefined