You can call DeleteFlowCategory operation to delete a workflow directory.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer. You can use OpenAPI Explorer to search for API operations, call API operations, and dynamically generate SDK sample code.

Request parameters

Parameter Type Required Example Description
Action String Yes DeleteFlowCategory

The operation that you want to perform. This parameter is required for API requests that you create by piecing together HTTP or HTTPS URLs. Set the value to DeleteFlowCategory.

Id String Yes FC-075AB9477DAE****

The ID of the directory. You can call DescribeFlowCategory View data on the Member Management page.

ProjectId String Yes FP-ABD24A6163D3****

The ID of the project. You can call ListFlowProject View the ID of the project.

RegionId String Yes cn-hangzhou

The region ID of the instance. You can call DescribeRegions To view the latest list of Alibaba Cloud regions.

Response parameters

Parameter Type Example Description
Data Boolean true

The execution results are returned, including the following:

  • true: The object is deleted successfully.
  • false: The object fails to be deleted.
RequestId String 243D5A48-96A5-4C0C-8966-93CBF65635ED

The ID of the request.

Examples

Sample requests

http(s)://[Endpoint]/?Action=DeleteFlowCategory
&Id=FC-075AB9477DAE****
&ProjectId=FP-ABD24A6163D3****
&RegionId=cn-hangzhou
&<common request parameters>

Sample success responses

XML format

<RequestId>2670BCFB-925D-4C3E-9994-8D12F7A9F538</RequestId>
<Data>true</Data>

JSON Syntax

{
    "RequestId": "2670BCFB-925D-4C3E-9994-8D12F7A9F538",
    "Data": "true"
}