haops_delete_doc_section
Delete a section from a documentation artifact by specifying the project, artifact, and section slugs.
Instructions
Delete a section from a documentation artifact.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| verbose | No | If true, return the full API response instead of the compact summary (default: false) | |
| projectSlug | Yes | The project slug (URL identifier) | |
| sectionSlug | Yes | The section slug to delete | |
| artifactSlug | Yes | The doc artifact slug |