Process
Delete process step
Deletes a process step and all of its actions from the package, identified by its
stepIndex. The package must still be in draft.
DELETE
Error
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Path Parameters
The target package's unique identifier A package's unique identifier
Example:
"00000000-0000-0000-0000-000000000000"
The index of the process step
Required range:
x >= 0Response
Process step was deleted
Previous
Submit process step actionAdds an actor to an existing process step, identified by its `stepIndex`. The
actor parameters are the same as for Create process step. On success the `Location`
header points to the created actor under its stakeholder.
The same actor-type rules apply: a step may not mix actor types except FormFillers
with Approvers.
Next
Error