Remove a thread's association with a space and clean up its embedded vectors.
DELETEhttps://api.aitronos.com/v1/spaces/{space_id}/threads/{thread_id}
Remove a thread from a space. The thread's embedded message vectors are cleaned up from the space's dedicated vector store. The thread itself is not deleted. Requires edit access to the space.
space_id string required
The unique identifier of the space.
thread_id string required
The unique identifier of the thread to remove.
No content (204).
cURL
- Bash
- Python
- JavaScript
curl -X DELETE "https://api.aitronos.com/v1/spaces/space_abc123/threads/thrd_def456" \
-H "X-API-Key: $FREDDY_API_KEY"