Skip to content
Get started

Delete an entity

delete/entities/{id}

Delete an entity and all of it's related data

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