deleteWorkflow

Prev Next

Available in VPC

Delete a workflow.

Request

This section describes the request format. The method and URI are as follows:

Method URI
DELETE /api/v1/workflows/{workflowId}

Request headers

For information about the headers common to all Data Flow APIs, see Data Flow request headers.

Request path parameters

You can use the following path parameters with your request:

Field Type Required Description
workflowId String Required Workflow ID

Request example

The request example is as follows:

curl --location --request DELETE 'https://dataflow.apigw.ntruss.com/api/v1/workflows/3tfNLP******' \
--header 'x-ncp-apigw-timestamp: {Timestamp}' \
--header 'x-ncp-iam-access-key: {Access Key}' \
--header 'x-ncp-apigw-signature-v2: {API Gateway Signature}' 

Response

This section describes the response format.

Response status codes

For response status codes common to all Data Flow APIs, see Data Flow API response status codes.

Response example

The response example is as follows:

true