Skip to main content
DELETE
/
people
/
{personId}
Delete person record
curl --request DELETE \
  --url https://api.klipy.ai/api/v1/people/{personId} \
  --header 'X-KLIPY-API-KEY: <api-key>'
{
  "success": true
}

Authorizations

X-KLIPY-API-KEY
string
header
required

Path Parameters

personId
string
required

Unique ID of the person record

Response

Success

success
boolean
I