haops_delete_doc_artifact
Delete a documentation artifact and all its sections from a project. Provide the project slug and artifact slug to remove the artifact permanently.
Instructions
Delete a documentation artifact and all its sections.
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) | |
| artifactSlug | Yes | The doc artifact slug to delete |