curl --request DELETE \
--url https://platform.unstructuredapp.io/api/v1/workflows/{workflow_id}{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Delete a workflow by its ID.
curl --request DELETE \
--url https://platform.unstructuredapp.io/api/v1/workflows/{workflow_id}{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Was this page helpful?