DELETE /dataset/{dataset}/{version}

globalforestwatch.org:global-forest-watch-api

Summary: Delete Version
Operation ID: delete_version_dataset__dataset___version__delete
Auth: api_key
Description

Delete a version. Only delete version if it is not tagged as `latest` or if it is the only version associated with dataset. All associated, managed assets will be deleted in consequence. Only the dataset's owner or a user with `ADMIN` user role can do this operation.

Parameters (2)

dataset (string, path, required)

Constraints: {'pattern': '^[a-z][a-z0-9_-]{2,}$'}

version (string, path, required)

Constraints: {'pattern': '^v\\d{1,8}(\\.\\d{1,3}){0,2}?$|^latest$'}

No probe data for this endpoint yet.