Delete a state item
DELETE/v1.0/state/:storeName/:key
This endpoint lets you delete a state item from the state store.
Request
Path Parameters
storeName stringrequired
Possible values: Value must match regular expression ^[a-zA-Z0-9_-]+$
key stringrequired
Possible values: Value must match regular expression ^[a-zA-Z0-9_-]+$
Query Parameters
concurrency string
Possible values: [first-write
, last-write
]
consistency string
Possible values: [strong
, eventual
]
Header Parameters
if-match string
Possible values: Value must match regular expression ^[a-zA-Z0-9_-]+$
Responses
- 204
- 400
- 500
Delete state successful.
State store is missing or misconfigured.
Delete state failed.
Loading...