ApiWorkflows
Soft-deletes a Workflow.
Soft-deletes the Workflow: it disappears from list/get responses immediately, and a background purge job removes underlying data after a grace period. During the grace window the deletion can be reversed with `POST .../workflows/{workflow}:cancelDelete`. Returns 204 on success and 404 for an already-deleted Workflow.
Authorization
Bearer AuthorizationBearer <token>
JWT Authorization header using the Bearer scheme. Enter 'Bearer' [space] and then your token.
In: header
Path Parameters
workflow*string
The unique identifier of the Workflow to delete.
tenant*string
The tenant identifier
Response Body
curl -X DELETE "https://api.fruxon.com/v1/tenants/string/workflows/string"Empty
Empty
Empty
{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"property1": null,
"property2": null
}