Skip to main content
DELETE
DeleteEntityFeature

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.