Skip to main content
DELETE
/
api
/
entities
/
custom
/
v1
/
features
DeleteEntityFeature
curl --request DELETE \
  --url https://developer.synq.io/api/entities/custom/v1/features \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "entityId": {
    "airflowDag": {
      "integrationId": "<string>",
      "dagId": "<string>"
    }
  },
  "featureId": "<string>"
}
'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
entityId
airflow_dag · object
required

Identifier of the entity to delete feature from.

featureId
string
required

Identifier of the feature to delete.

Required string length: 1 - 255

Response

200 - application/json

Success

The response is of type DeleteEntityFeatureResponse · object.