Eventum Logo

Eventum

PreviewNameEvent pluginTemplateStateLocalAliasKey

Delete Template Event Plugin Local State Key

Delete a key from local state of template event plugin for the specified template by its alias

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

Path Parameters

key*Key

Key to delete from local state

alias*Alias

Alias of template to get state of

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/local/string/string"
null
Empty
Empty
Empty
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string",
      "input": null,
      "ctx": {}
    }
  ]
}