ClickHelp User Manual
[API] Delete Topic
Deletes a single topic from a project or publication.
DEL projects/{id}/articles/{topic-id}
Authentication
This request requires basic authentication.
Request Parameters
Path params
id | string |
The ID of the project or publication to delete the topic from. |
---|---|---|
topic-id | string |
The ID of the topic to delete. |
Samples
Request sample
Bash (Unix Shell) |
curl --location -g --request DELETE 'https://{portal-url}/api/v1/projects/project-deep-space-exploration/articles/nebula' |