ScenariosNameGlobalsKey
Delete Scenario Global State Key
Delete a key from global state
Path Parameters
key*Key
Key to delete from global state
Length
1 <= lengthname*Name
Scenario name
Length
1 <= lengthResponse Body
application/json
application/json
curl -X DELETE "https://loading/api/scenarios/string/globals/string"nullEmpty
{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}