Skip to main content

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

Delete state successful.

Loading...