Actions13
- Speech Actions
- Voice Actions
- History Actions
- User Actions
Overview
The Delete History Item operation for the "History" resource in this custom n8n node allows users to delete a specific history item from the ElevenLabs service by providing its unique ID. This is useful for managing and cleaning up historical records, such as removing outdated or unnecessary entries from your ElevenLabs account.
Common scenarios:
- Removing test or erroneous history items.
- Automating cleanup of old data as part of a workflow.
- Ensuring compliance with data retention policies.
Practical example:
You might use this node in an automation that periodically deletes history items older than a certain date, or after processing them elsewhere.
Properties
| Display Name | Type | Meaning |
|---|---|---|
| Notice | notice | Informational message about the node's beta status, support links, and recent updates. |
| History Item ID | string | The unique identifier of the history item you wish to delete. Required for this action. |
Output
- json:
The output will contain the result of the deletion request. Typically, this may include a confirmation of successful deletion or details of any error encountered. The exact structure depends on the ElevenLabs API response, but you can expect fields indicating success or failure.
Dependencies
- External Service: Requires access to the ElevenLabs API.
- API Key: You must configure valid ElevenLabs API credentials in n8n (credential type:
elevenLabsApi).
Troubleshooting
Common issues:
- Invalid or missing History Item ID:
If the provided ID does not exist or is empty, the node will likely return an error from the API. - Authentication errors:
If the ElevenLabs API credentials are missing or incorrect, you'll receive authentication/authorization errors. - Network/API errors:
Issues with connectivity or the ElevenLabs API being unavailable will cause failures.
Common error messages and resolutions:
"History item not found": Double-check the History Item ID for typos or ensure it exists."Unauthorized"or"Invalid API key": Verify your ElevenLabs API credentials in n8n."Request failed with status code 5xx": The ElevenLabs service may be temporarily unavailable; try again later.