cURL
curl --request DELETE \ --url https://api.thehaystack.ai/v2/haystack/items/{itemId}/delete \ --header 'Authorization: Bearer <token>'
{ "result": "success" }
Permanently delete an item and all its related media assets, resources, scriptures, and analytics events.
Enter your API token from the Haystack dashboard
Item deleted
"success"