Actions16
Overview
The node provides integration with the ElevenLabs API, focusing here on managing history items. Specifically, the "Delete History Item" operation under the "History" resource allows users to delete a specific history item by its ID. This is useful for cleaning up or managing recorded data or logs stored in the ElevenLabs service.
Practical scenarios include:
- Removing outdated or irrelevant history entries from your ElevenLabs account.
- Automating cleanup of history data as part of a workflow.
- Managing storage and privacy by deleting sensitive or unnecessary history records.
Properties
| Name | Meaning |
|---|---|
| History Item ID | The unique identifier of the history item you want to delete. This is a required field. |
Additionally, there is a notice property displayed in the node UI informing users that the node is currently in beta and under active development, with links for more information and support.
Output
The node outputs JSON data representing the result of the delete operation. Typically, this will confirm whether the deletion was successful or provide error details if it failed.
No binary data output is indicated for this operation.
Dependencies
- Requires an API key credential for authenticating requests to the ElevenLabs API.
- The node sends HTTP POST requests to the ElevenLabs API base URL:
https://api.elevenlabs.io/v1. - Proper network connectivity to the ElevenLabs API endpoint is necessary.
Troubleshooting
Common issues:
- Invalid or missing History Item ID: Ensure the ID provided exists and is correctly formatted.
- Authentication errors: Verify that the API key credential is valid and has appropriate permissions.
- Network or API downtime: Check internet connection and ElevenLabs service status.
Error messages:
- Errors related to invalid IDs typically indicate the specified history item does not exist.
- Authentication errors suggest problems with the API key; re-authenticate or update credentials.
- Rate limiting or quota exceeded errors require waiting or upgrading the API plan.
Links and References
- ElevenLabs API Documentation (general reference)
- Beta notice links provided in the node UI: