Skip to main content
POST
/
v2
/
flowControl
/
{flowControlKey}
/
reset
Reset Flow Control Key
curl --request POST \
  --url https://qstash.upstash.io/v2/flowControl/{flowControlKey}/reset \
  --header 'Authorization: Bearer <token>'
{
  "error": "<string>"
}

Authorizations

Authorization
string
header
required

QStash authentication token

Path Parameters

flowControlKey
string
required

The Flow Control key to reset

Response

Flow control key reset successfully