Swagger: Delete Table Of Contents
swagger_delete_table_of_contentsSoft-delete a table of contents entry by its ID. Optionally remove all nested items recursively.
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' |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| success | No |