Skip to main content
DELETE
/
api
/
dataframer
/
specs
/
{spec_id}
Delete spec
curl --request DELETE \
  --url https://df-api.dataframer.ai/api/dataframer/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 spec

Query Parameters

force
boolean
default:false

If true, delete the spec and all associated runs (including their generated files). If false or omitted, returns an error when runs exist.

Response

Spec deleted successfully