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

Overview

Delete every network_connections row owned by the caller. Cascades through FK to network_connection_experience, network_connection_education, and network_connection_details. 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 connection via this endpoint.
This operation shares the URL path /api/network/connections 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 connections deleted.

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