/
/Explore our data
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
  • Sources
Checked 1mo ago · Updated 1mo agoView markdown
Private26
  • postCreate a new dataset
  • putUpdate a dataset
  • postCreate a dataset (deprecated)
  • deleteDelete a dataset
  • getGet a list of dataset series that have unpublished versions
  • getList all events relating to a dataset, edition, or version for static datasets only.
  • postCreate a version
  • putUpdate a version
  • postCreate a specific version
  • deleteDelete a version
  • putUpdate the state of a version
  • putUpdate metadata for a dataset and a version
  • getGet instances
  • postCreate an instance
  • getGet an instance
  • putUpdate an instance
  • getGet a list of dimensions for an instance
  • postCreate a dimension
  • patchCreate one or more dimensions
  • putUpdate dimension
  • getGet a list of options for a dimension
  • postAdd an event to an instance
  • putIncrement the inserted observation count
  • putUpdate import tasks for an instance
  • patchModify a dimension option for an instance
  • putUpdate a dimension with the node_id
Public9
    Private

    Delete a version

    detache/delete a version from a dataset. For CMD and Cantabular datasets, the version is soft-deleted. For static datasets, the version is permanently deleted from the versions collection.

    delete/datasets/{id}/editions/{edition}/versions/{version}

    Path parameters

    editionstring required

    An edition of a dataset

    idstring required

    ID that represents a dataset

    versionstring required

    A version of a dataset

    Response

    A json object containing the edition and version of a dataset. For CMD, Cantabular