v1

latestSwagger 2.02026-07-17421084.8 KB
actor-runtime

actor deallocation

Deallocate the language-level state for the specified actor instance

The optional passivation/deactivation method for the actor type will be invoked. After it completes, the language-level storate for the actor instance will be released. After this operation is invoked, no more POST operations on this actor instance may be performed unless a GET is first performed to re-initialize the language-level state of the actor instance.

delete/impl/v1/actor/{actorType}/{actorId}

Path parameters

actorTypestring required

The actor type

actorIdstring required

The actor instance id

Response

A success message.