Eventum Logo

Eventum

ScenariosNameGeneratorsGenerator_id

Remove Generator From Scenario

Remove generator from scenario

DELETE
/scenarios/{name}/generators/{generator_id}

Path Parameters

generator_id*Generator Id

Generator ID

Length1 <= length
name*Name

Scenario name

Length1 <= length

Response Body

application/json

application/json

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