DeleteEntityFeature
synq.entities.custom.v1.FeaturesService
DeleteEntityFeature
Delete an entity by its identifier. If the entity does not exist, it will be a no-op.
DELETE
DeleteEntityFeature
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Identifier of the entity to delete feature from.
- airflow_dag
- airflow_task
- athena_table
- bigquery_table
- clickhouse_table
- custom
- databricks_table
- dataproduct
- dbt_cloud_node
- dbt_core_node
- monitor
- mssql_table
- mysql_table
- oracle_table
- postgres_table
- redshift_table
- snowflake_table
- sql_mesh_audit
- sql_mesh_model
- synq_path
- trino_table
Identifier of the feature to delete.
Required string length:
1 - 255Response
200 - application/json
Success
The response is of type DeleteEntityFeatureResponse · object.