Eventum Logo

Eventum

GeneratorsId

Delete Generator

Remove generator by its id. Stop it in case it is running.

DELETE
/generators/{id}

Path Parameters

id*Id

Generator id

Length1 <= length

Response Body

application/json

application/json

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