Actions64
- Archive Item Actions
- Article Actions
- Assessment Actions
- Catalog Actions
- Catalog Question Actions
- Company Actions
- Course Actions
- Course Enrollment Actions
- Domain Actions
- Endpoint Actions
- Flexible Asset Actions
- Flexible Asset Type Actions
- Media Actions
- Service Actions
- Service Install Actions
- Token Actions
- User Actions
Overview
This node interacts with the Cloud Radial API to delete an article by its ID. It is useful in scenarios where you need to programmatically remove articles from the Cloud Radial system, such as content management automation or cleanup tasks.
Use Case Examples
- Deleting an article by specifying its Article ID to remove outdated or incorrect content.
- Automating the removal of multiple articles in batches to maintain an up-to-date knowledge base.
Properties
| Name | Meaning |
|---|---|
| Article ID | The ID of the article to be deleted, required for identifying which article to remove. |
| Request Options | Settings to control request behavior such as batching, SSL certificate validation, proxy usage, and request timeout. |
Output
JSON
success- Indicates whether the article deletion was successful.message- Additional information or confirmation message about the deletion operation.
Dependencies
- Cloud Radial API with an API key credential for authentication
Troubleshooting
- Ensure the Article ID is valid and exists in the Cloud Radial system to avoid errors.
- If SSL certificate validation fails, consider enabling the 'Ignore SSL Issues' option, but be aware of security risks.
- Check proxy settings if requests fail due to network restrictions.
- Adjust the timeout setting if the server response is slow to prevent premature request abortion.
Links
- Cloud Radial API Documentation - Official documentation for the Cloud Radial API, useful for understanding available endpoints and request formats.