Deletes the specified workflow.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
edas:DeleteSchedulerxWorkflowDelete |
delete |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| WorkflowId |
integer |
Yes |
The workflow ID. |
111 |
| Namespace |
string |
Yes |
The ID of the namespace. You can find this ID on the Namespace page in the Console. |
adcfc35d-e2fe-4fe9-bbaa-20e90ffc**** |
| NamespaceSource |
string |
No |
Required only for specific third-party scenarios. |
schedulerx |
| GroupId |
string |
No |
The ID of the application group. You can find this ID on the Application Management page in the Console. |
testSchedulerx.defaultGroup |
| RegionId |
string |
Yes |
The region ID. |
cn-hangzhou |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response object. |
||
| Code |
integer |
The return code. |
200 |
| Message |
string |
The error message. This parameter is returned only if the request fails. |
Your request is denied as lack of ssl protect. |
| RequestId |
string |
The ID of the request. |
4F68ABED-AC31-4412-9297-D9A8F0401108 |
| Success |
boolean |
Indicates whether the workflow was deleted successfully. Valid values:
|
true |
Examples
Success response
JSON format
{
"Code": 200,
"Message": "Your request is denied as lack of ssl protect.",
"RequestId": "4F68ABED-AC31-4412-9297-D9A8F0401108",
"Success": true
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.