Eventum Logo

Eventum

ScenariosNameGlobalsKey

Delete Scenario Global State Key

Delete a key from global state

DELETE
/scenarios/{name}/globals/{key}

Path Parameters

key*Key

Key to delete from global state

Length1 <= length
name*Name

Scenario name

Length1 <= length

Response Body

application/json

application/json

curl -X DELETE "https://loading/api/scenarios/string/globals/string"
null
Empty
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string",
      "input": null,
      "ctx": {}
    }
  ]
}