Skip to content
Get started

Delete an individual

delete/individuals/{id}

Soft delete a client profile (marks as deleted but preserves data)

Path ParametersExpand Collapse
id: string
Delete an individual
curl https://$WITHLUMINARY_SUBDOMAIN.withluminary.com/api/public/v1/individuals/$ID \
    -X DELETE
Returns Examples