メインコンテンツへスキップ
POST
/
delete_preset
Delete Preset
curl --request POST \
  --url https://api.example.com/delete_preset
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

クエリパラメータ

id
integer
必須

削除するプリセットのプリセットID

レスポンス

Successful Response

最終更新日 2026年5月27日