v1

latestOpenAPI 3.0.12026-07-24110189356.6 KB
config

Delete a specific data subset

Deletes a specific data subset identified by dataSubsetId.

  • This is an asynchronous operation: the request returns a status link which can be used to check the deletion status.
delete/catalogs/{catalogHrn}/dataSubsets/{dataSubsetId}

Path parameters

catalogHrnstring required

HERE Resource Name (HRN) of the catalog.

dataSubsetIdstring required
Example:deu

Immutable ID used to refer to the subset.

Response

Accepted - your request was received and is being processed.

hrefstring

href of the created/update/delete catalog action

configTokenstring

token for getting the status of created/update/delete catalog action

titlestring

Title of the action

typestring

Type of the href

Example response

{
  "href": "https://config.data.api.platform.sit.here.com/config/v1/status/02bc9a8d-6dc4-4698-87a0-faf3372e81c1",
  "configToken": "02bc9a8d-6dc4-4698-87a0-faf3372e81c1",
  "title": "Catalog Creation, Catalog Deletion, Catalog Update",
  "type": "urn:olp-types:status"
}