Skip to main content
Remove a cell specification from a project
curl --request DELETE \
  --url https://api.ionworks.com/projects/{project_id}/cell_specs/{cell_spec_id}
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Path Parameters

project_id
string
required
cell_spec_id
string
required

Response

Successful Response