Unpin a previously pinned thread, removing it from the pinned position.
POSThttps://api.aitronos.com/v1/threads/{thread_id}/unpin
Remove the pin from a thread. The thread will return to its default position in the thread list sorted by last activity.
thread_id string required
The unique identifier of the thread to unpin.
Returns a pin status object with the thread ID and updated pin state.
cURL
- Bash
- Python
- Python
- JavaScript
curl -X POST "https://api.aitronos.com/v1/threads/thrd_abc123/unpin" \
-H "X-API-Key: $FREDDY_API_KEY"