Swagger: Delete Table Of Contents
swagger_delete_table_of_contentsDelete a table of contents entry with optional recursive removal of nested items.
Instructions
Delete table of contents entry. Performs a soft-delete of an entry from the table of contents. Supports recursive deletion of nested items.
Toolset: Table Of Contents
Parameters:
tableOfContentsId (string) required: The table of contents UUID, or identifier in the format 'portal-subdomain:product-slug:section-slug:table-of-contents-slug'
recursive (boolean): Flag to include all the nested tables of contents (default: false)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| recursive | No | Flag to include all the nested tables of contents (default: false) | |
| tableOfContentsId | Yes | The table of contents UUID, or identifier in the format 'portal-subdomain:product-slug:section-slug:table-of-contents-slug' |