PeopleDelete person
People

Delete person

Delete a person and all associated data.

curl -X DELETE "https://api.flameup.ai/api/v1/workspaces/example_string/people/123e4567-e89b-12d3-a456-426614174000" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_TOKEN"
{}
DELETE
/workspaces/{workspaceId}/people/{personId}
DELETE
Security Scheme
Bearer Token
Bearer Tokenstring
Required

Your Flameup API key (passed as Bearer token)

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

Person ID (UUID)

Format: uuid
Request Preview
Response

Response will appear here after sending the request

Authentication

BearerAuth
header
Authorizationstring
Required

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

Path Parameters

personIdstring
Required

Person ID (UUID)

Responses

Was this page helpful?
Built with Documentation.AI

Last updated today