Deleting Data from Hub#
Delete publications#
In order to remove publications which are no longer needed, follow the steps below.
First retrieve the publication's ID, for instance our publication on roads assets, might have as its ID ce4a439d-5580-454f-9674-032d458e09b9.
The API service to be used is in combination with a DELETE is:
https://hub.laces.tech/api/v3/publications/{id}
So in our case the whole request will look like:
DELETE https://hub.laces.tech/api/v3/publications/ce4a439d-5580-454f-9674-032d458e09b9
Authorization: Basic YXBwbGljYXRpb25JZDpwYXNzd29yZAo=
Or from Postman:
