Skip to main content
DELETE
/
api
/
network
/
messages
Delete all network messages
curl --request DELETE \
  --url https://app.puffle.ai/api/network/messages \
  --header 'Authorization: Bearer <token>'
{
  "message": "All messages deleted"
}

Overview

Delete every network_messages row owned by the caller. Irreversible. Agents MUST confirm with the user before calling. This is a nuclear reset, not a per-row delete — there is no way to remove a single message via this endpoint.
This operation shares the URL path /api/network/messages 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 messages deleted.

message
enum<string>
required
Available options:
All messages deleted