Eventum Logo

Eventum

Generator configsNameFileFilepath

Delete Generator File

Delete file in specified path inside generator directory with specified name.

DELETE
/generator-configs/{name}/file/{filepath}

Path Parameters

name*Name

Name of the generator directory

filepath*Filepath

Relative path to the file

Formatpath

Response Body

application/json

application/json

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