DELETE
/
people
/
{personId}
curl --request DELETE \
  --url https://api.klipycrm.com/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

200
application/json
Success
success
boolean