PeopleDelete person
People

Delete person

Delete a person and all associated data.

curl -X DELETE "https://api.flameup.ai/api/v1/people/example_string" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_TOKEN"
{}
DELETE
/people/{id}
DELETE
Bearer Token
Bearer Tokenstring
Required

Your Flameup API key (passed as Bearer token)

Your Flameup API key (passed as Bearer token)
path
idstring
Required

External ID or email

Request Preview
Response

Response will appear here after sending the request

Authentication

header
Authorizationstring
Required

Bearer token. Your Flameup API key (passed as Bearer token)

Path Parameters

idstring
Required

External ID or email

Responses