Delete a Workflow
DELETE/api/v1/workflows/:workflow
Delete a Workflow
Request
Path Parameters
workflow stringrequired
Query Parameters
cluster string
Responses
- 204
- 400
- 500
No Content
Bad Request
- application/json
- Schema
- Example (from schema)
Schema
error string
{
"error": "string"
}
Internal Server Error
- application/json
- Schema
- Example (from schema)
Schema
error string
{
"error": "string"
}
Loading...