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 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
- Deleting an API token named 'MyToken' to revoke its access.
- 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
- Cloud Radial API Documentation - Official documentation for Cloud Radial API including token management endpoints.