Actors
Delete actor
Deletes an actor from a draft package. The package must still be in draft. The actor of the implicit “undecided” stakeholder cannot be deleted.
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 target stakeholder's unique identifier A stakeholder's unique identifier
Example:
"00000000-0000-0000-0000-000000000000"
The target actor's unique identifier This actor's unique identifier
Example:
"00000000-0000-0000-0000-000000000000"
Response
Actor was deleted
Previous
Reassign actorReassigns an appointed actor to a new person stakeholder - for example when the
original assignee is unavailable and someone else must take over the action. The
replacement is always a **person** stakeholder.
Supply the replacement person under `Stakeholder` and a `ReassignmentReason`.
`AdditionalProperties` is only needed when reassigning a signing actor that has
mandated signing and therefore requires extra identity data.
Next
Error