Sonna
API ReferenceHistory

Delete Generation

Delete a generation.

DELETE
/history/{generation_id}

Path Parameters

generation_id*Generation Id

Response Body

application/json

application/json

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