Delete TOC Node

Delete TOC Node

Deletes a single TOC node from a project.

Path Parameters
  • project-id
    string
    required

    The ID of the project to delete the TOC node from.

    Exampleproject-deep-space-exploration
  • node-id
    string
    required

    The ID of the TOC node to delete.

    Example0e7adad0-2572-4966-8f02-bc46930cf848
Responses
  • 200

    OK

DELETE/projects/{project-id}/toc/nodes/{node-id}
curl --location -g --request DELETE 'https://{portal-url}/api/v1/projects/project-deep-space-exploration/toc/nodes/0e7adad0-2572-4966-8f02-bc46930cf848'

No Body