Delete a datasource dataflow
DELETE/datasources/:datasource_id/dataflows/:id
Deletes an existing dataflow. The caller (identified by role_id) must have at least owner permission on the datasource (else AUTH-1012). Supports JDBC Bulkload, JDBC Advanced Load, SaaS, Streams, and ArcGIS. Soft vs permanent delete and whether action is used depend on type (see action). Not idempotent for soft delete when the flow is already deleted (SaaS/Streams return GE-1034).
Request
Responses
- 200
- 400
- 500
Deletion accepted. Typical messages: "Successfully deleted dataflow" (soft delete or ArcGIS/Advanced sync remove), "Permanently deleted dataflow" (permanent-delete), "Successfully triggered dataflow deletion and is running in background" (JDBC Bulk/Advanced async delete).
Response Headers
Validation or authorization failure. Body is {"Message": " -
Response Headers
Backend failure. Body is {"Message": " -