Skip to main content
DELETE
/
api
/
signals
/
search
Clear all signal search history
curl --request DELETE \
  --url https://app.puffle.ai/api/signals/search \
  --header 'Authorization: Bearer <token>'
{ "success": true }

Overview

Delete every signal search owned by the caller. Cascades to signal_search_results via FK. Irreversible — ask the human before calling.
This operation shares the URL path /api/signals/search with other verbs. See the sibling page for related operations on the same resource.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

All searches deleted.

success
enum<boolean>
required
Available options:
true