Skip to main content
DELETE
/
api
/
v1
/
profiles
Bulk delete profiles
curl --request DELETE \
  --url http://localhost:3001/api/v1/profiles \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "ids": [
    "<string>"
  ]
}
'
{
  "deletedCount": 4503599627370495
}

Documentation Index

Fetch the complete documentation index at: https://segmentflow.ai/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-api-key
string
header
required

Unified API key for server-side SDK and API integrations

Body

application/json
ids
string[]
required
Required array length: 1 - 500 elements
Minimum string length: 1

Response

Default Response

deletedCount
integer
required

Number of profiles deleted

Required range: 0 <= x <= 9007199254740991