Eventum Logo

Eventum

PreviewNameEvent pluginTemplateStateLocalAlias

Clear Template Event Plugin Local State

Clear local state of template event plugin for the specified template by its alias

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

Path Parameters

alias*string

Alias of template to get state of

name*string

Name of the generator directory

Response Body

application/json

application/json

curl -X DELETE "https://eventum.example.com/api/preview/string/event-plugin/template/state/local/string"
null
Empty
Empty
Empty
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}