## Delete an entity **delete** `/entities/{id}` Delete an entity and all of it's related data ### Path Parameters - `id: string` ### Example ```http curl https://$WITHLUMINARY_SUBDOMAIN.withluminary.com/api/public/v1/entities/$ID \ -X DELETE ```