deleteWorkflow
- Print
- PDF
deleteWorkflow
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Delete workflow.
DELETE https://dataflow.apigw.ntruss.com/api/v1/workflows/{workflowId}
Requests
Request parameters
Parameter name | Required | Type | Service limits | Description |
---|---|---|---|---|
workflowId | Yes | String | Workflow ID |
Responses
Response Status
HTTP Status | Desc |
---|---|
200 | OK (Delete complete) |
400 | Bad Request |
401 | Unauthorized |
403 | Forbidden |
404 | Not Found |
500 | Internal Server Error |
Examples
Request examples
DELETE /api/v1/workflows/workflowId
Host: dataflow.apigw.ntruss.com
x-ncp-iam-access-key: {Access key}
x-ncp-apigw-signature-v2: {API GW signature}
x-ncp-apigw-timestamp: {timestamp}
Response examples
true
Was this article helpful?