Skip to main content
DELETE
/
api
/
automl
/
feature-engineering
/
jobs
/
{job_id}
Delete a feature engineering proposal
curl --request DELETE \
  --url https://api.example.com/api/automl/feature-engineering/jobs/{job_id} \
  --header 'Authorization: Bearer <token>'
{
  "error": "<string>",
  "code": 500
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

job_id
string<uuid>
required

Feature engineering job ID.

Response

Proposal deleted.