Cloud Radial icon

Cloud Radial

Interact with Cloud Radial API

Actions64

Overview

This node interacts with the Cloud Radial API to delete an API token by its name. It is useful for managing API tokens programmatically, such as revoking access or cleaning up unused tokens. For example, it can be used in automation workflows to ensure tokens are deleted when no longer needed, enhancing security and access control.

Use Case Examples

  1. Deleting an API token named 'MyToken' to revoke its access.
  2. Automating token cleanup by deleting tokens that are expired or no longer in use.

Properties

Name Meaning
Token Name The name of the API token to be deleted, required for identifying which token to remove.
Request Options Additional HTTP request options such as batching, SSL certificate validation, proxy settings, and timeout configuration to customize the API request behavior.

Output

JSON

  • success - Indicates whether the token deletion was successful.
  • message - Additional information or confirmation message about the deletion operation.

Dependencies

  • Cloud Radial API

Troubleshooting

  • Ensure the 'Token Name' is correctly specified and matches an existing token; otherwise, the deletion will fail.
  • Check network connectivity and proxy settings if requests time out or fail to reach the API.
  • If SSL certificate validation errors occur, consider enabling 'Ignore SSL Issues' option cautiously.
  • Verify that the API credentials used have sufficient permissions to delete tokens.

Links

Discussion