{
"userAppId": {},
"ids": [
"<string>",
"<string>"
],
"deleteAll": "<boolean>"
}
curl --location --request DELETE 'http://dev-cn.your-api-server.com/v2/users/<string>/apps/<string>/workflows' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--data-raw '{
"userAppId": {},
"ids": [
"<string>",
"<string>"
],
"deleteAll": "<boolean>"
}'
{
"status": {
"code": "ZERO",
"description": "<string>",
"details": "<string>",
"stackTrace": [
"<string>",
"<string>"
],
"percentCompleted": "<long>",
"timeRemaining": "<long>",
"reqId": "<string>",
"internalDetails": "<string>",
"redirectInfo": {
"url": "<string>",
"resourceType": "<string>",
"oldResourceId": "<string>",
"newResourceId": "<string>"
}
}
}