Delete
Delete a workflow.
Request
URI
DELETE
https://{api_host}/telco/api/workflows/workflow/{workflowId}
COPY
Path Parameters
string
workflowExecutionId
Required
The identifier of the workflow execution
Query Parameters
string
attachmentId
Required
The identifier of the attachment
Responses
204
Successfully deleted the workflow
Operation doesn't return any data structure
400
Bad Request
Returns errorResponse of type(s) application/json
{
"errors": [
{
"code": "string",
"message": "string"
}
]
}
401
Unauthorized
Operation doesn't return any data structure
403
Forbidden
Operation doesn't return any data structure
404
Workflow not found
Operation doesn't return any data structure
500
Internal Server Error
Returns errorResponse of type(s) application/json
{
"errors": [
{
"code": "string",
"message": "string"
}
]
}
On This Page
Workflow Operations
POST
Convert
PUT
Create
POST
Create By Multi Content
DELETE
Delete
GET
Get
GET
List
POST
Update