Cloud Radial icon

Cloud Radial

Interact with Cloud Radial API

Actions64

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

  1. Deleting an article by specifying its Article ID to remove outdated or incorrect content.
  2. 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

Discussion