Delete Pipeline Operator
- PUT /api/v1.2/pipelines/<pipeline_id>/delete_operator
Use this API to delete a pipeline operator sequentially starting from the last operator added in assisted mode.
Required Role
The following users can make this API call:
Users who belong to the system-user or system-admin group.
Users who belong to a group associated with a role that allows submitting a command.
Users who belong to a role that allows the Pipelines resource.
See Managing Groups and Managing Roles for more information.
Request API Syntax
curl -i -X PUT -H "X-AUTH-TOKEN: $AUTH_TOKEN" -H "Content-Type: application/json" \
"https://api.qubole.com/api/v1.2/pipelines/<pipeline_id>/delete_operator"
Sample API Request
curl -i -X PUT -H "X-AUTH-TOKEN: $AUTH_TOKEN" -H "Content-Type: application/json" \
"https://api.qubole.com/api/v1.2/pipelines/19/delete_operator"