API reference
Ingrgrate Storytell.ai with your workflow
Performs a soft delete operation on multiple threads, hiding them from queries but retaining data for potential recovery. Recovery window varies based on organization retention policy.
cURL
curl --request DELETE \ --url https://production-storytell-ai-platfor-cds2.encr.app/v1/threads/tombstone
{ "code": "<string>", "data": { "message": "<string>" }, "details": { "consumption": { "units": 123 }, "operation": { "duration": 123, "operationId": "<string>" } }, "done": true, "eventKey": "<string>", "message": "<string>" }
Success response
The response is of type object.
object
Was this page helpful?