v1

latestOpenAPI 3.0.02026-08-064842333.5 MB
Workflow Delegation

Delete a Workflow Delegation

Deletes a delegation and returns the deleted delegation details.

<!-- theme: info-->

A delegation where status = ACTIVATED cannot be deleted. Only delegations that have not been activated yet (startDate is in the future) can be deleted. Use the /workflowdelegationmanager.enddate endpoint to terminate an activated workflow delegation.

post/workflowdelegationmanager.delete

Request body

Example request

{
  "data": {
    "typedId": "99.WD"
  }
}

Response

OK