Skip to main content
Delete a simulation board
curl --request DELETE \
  --url https://api.ionworks.com/projects/{project_id}/studies/{study_id}/simulation_boards/{board_id}
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Path Parameters

project_id
string
required
study_id
string
required
board_id
string
required

Response

Successful Response