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

Send the request to delete the publication.