curl --request DELETE \
--url https://api.ionworks.com/projects/{project_id}/studies/{study_id}/simulations/{simulation_id}{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}Remove a simulation assignment from a study.
curl --request DELETE \
--url https://api.ionworks.com/projects/{project_id}/studies/{study_id}/simulations/{simulation_id}{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}Documentation Index
Fetch the complete documentation index at: https://docs.ionworks.com/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?