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