curl --request DELETE \
--url https://api.ctrl-hub.com/v3/operations/{operation_id} \
--header 'X-Session-Token: <api-key>'{
"id": "98ca4a78-b66f-4234-9719-aaf832ee6669",
"status": "400",
"title": "A validation error was encountered",
"source": {
"parameter": "include"
},
"meta": {
"resource": "wrong_value"
}
}Soft-delete an operation. Returns 409 if the operation has form submissions attached — delete the submissions first. After deletion, the parent work order and scheme have their cached aggregates rebuilt to exclude this operation’s contribution (operation list, assignees, properties, status counts, scheduled dates).
curl --request DELETE \
--url https://api.ctrl-hub.com/v3/operations/{operation_id} \
--header 'X-Session-Token: <api-key>'{
"id": "98ca4a78-b66f-4234-9719-aaf832ee6669",
"status": "400",
"title": "A validation error was encountered",
"source": {
"parameter": "include"
},
"meta": {
"resource": "wrong_value"
}
}Documentation Index
Fetch the complete documentation index at: https://docs.ctrl-hub.com/llms.txt
Use this file to discover all available pages before exploring further.