Eventum Logo

Eventum

GeneratorsId

Delete Generator

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

DELETE
/generators/{id}

Path Parameters

id*string

Generator id

Length1 <= length

Response Body

application/json

application/json

curl -X DELETE "https://eventum.example.com/api/generators/string"
null
Empty
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}