Delete participant counter
State
Delete participant counter
Remove a counter from a participant. Idempotent.
DELETE
Delete participant counter
Removes a counter from a participant entirely. The key is passed as a path parameter. Once deleted, the counter no longer appears in the counters list and any rule conditions referencing it will evaluate as if it does not exist. This is a permanent deletion, not a reset. To set a counter back to zero while keeping it defined, use the set counter endpoint with a value ofDocumentation Index
Fetch the complete documentation index at: https://docs.scrip.dev/llms.txt
Use this file to discover all available pages before exploring further.
0 instead. Returns 204 No Content on success.
For usage patterns and examples, see the State Management guide.