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 a catalog item by its ID. It is useful in scenarios where you need to programmatically remove catalog entries from the Cloud Radial system, such as cleaning up outdated or incorrect catalog data.
Use Case Examples
- Deleting a specific catalog item by providing its Catalog ID to maintain an up-to-date catalog.
- Automating catalog management workflows by removing items that are no longer relevant or needed.
Properties
| Name | Meaning |
|---|---|
| Catalog ID | The ID of the catalog item to be deleted, required for identifying which catalog entry to remove. |
| Request Options | Additional settings to control the request behavior, including batching, SSL certificate validation, proxy configuration, and request timeout. |
Output
JSON
success- Indicates whether the catalog item was successfully deleted.deletedCatalogId- The ID of the catalog item that was deleted.
Dependencies
- Cloud Radial API with an API key credential for authentication
Troubleshooting
- Ensure the Catalog ID provided is valid and exists in the Cloud Radial system to avoid errors.
- If SSL certificate validation fails and you trust the endpoint, enable the 'Ignore SSL Issues' option to bypass SSL errors.
- Check proxy settings if requests fail due to network restrictions or firewall rules.
- 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.