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