Skip to main content
DocsPlatformsAPI ReferenceAI & Integrations
Profiles

Delete a profile

Soft-deletes an empty profile. Move or disconnect active integrations before deleting their profile.

DELETE/v1/profiles/{id}

Authorization

accessKey
x-access-key<token>

In: header

Path Parameters

id*string

Profile ID

Response Body

application/json

application/json

application/json

application/json

curl -X DELETE "https://example.com/v1/profiles/string"
{
  "success": true,
  "message": "string"
}
{
  "error": "string"
}
{
  "error": "string"
}
{
  "error": "string"
}