Actions11
Overview
This node interacts with the Rettiwt API to manage API keys, tweets, and user actions. Specifically, for the 'API Key' resource with the 'Delete' operation, it deletes an existing API key by its ID. This is useful for managing access control by revoking API keys that are no longer needed or compromised.
Use Case Examples
- Deleting an API key by providing its key ID to revoke access.
- Managing API keys programmatically within an automation workflow.
Output
JSON
json- Response from the Rettiwt API after deleting the specified API key
Dependencies
- Requires an API key credential for authentication with the Rettiwt API
Troubleshooting
- Ensure the 'keyId' parameter is provided and valid when deleting an API key.
- If the API key to be deleted does not exist or is already deleted, the API may return an error.
- Check that the node has valid API credentials to authenticate requests to the Rettiwt API.
Links
- Rettiwt API Documentation - Delete API Key - Official documentation for deleting an API key using the Rettiwt API