Eventum Logo

Eventum

PreviewNameEvent pluginTemplateStateGlobalKey

Delete Template Event Plugin Global State Key

Delete a key from global state of template event plugin

DELETE
/preview/{name}/event-plugin/template/state/global/{key}

Path Parameters

key*Key

Key to delete from global state

name*Name

Name of the generator directory

Response Body

application/json

application/json

curl -X DELETE "https://loading/api/preview/string/event-plugin/template/state/global/string"
null
Empty
Empty
Empty
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string",
      "input": null,
      "ctx": {}
    }
  ]
}