App Logo
perplexity.ai

Delete Perplexity chat

Permanently delete one Perplexity thread from your recent history, by the chatId returned from list_chats.

Input

chatId required

Thread id from list_chats (the id in its /search/<id> URL). Must be one of the account's recent threads shown in the sidebar.

Output

chatId required

The thread id that was deleted, echoed back.

deleted required

True once Perplexity's own delete request has answered successfully. The script fails rather than returning false, so a returned record always means the thread is gone.

FAQ

Permanently delete one Perplexity thread from your recent history, by the chatId returned from list_chats.
Required: chatId.
It returns chatId, deleted.
Yes. It acts as you on perplexity.ai: on your own Chrome it reuses your session, and on a Reduck-hosted browser it loads the perplexity.ai cookies saved by the Reduck extension.
It makes changes on perplexity.ai, like sending, posting or booking something.
Ask an AI agent connected to Reduck to run reduck/perplexity.ai/delete_chat, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/perplexity.ai/delete_chat
It is part of Reduck's official curated catalogue.

Start building not clicking