com.atlassian.confluence.content.render.xhtml.migration.exceptions.UnknownMacroMigrationException: The macro 'next_previous_links' is unknown.

Deleting a Dataset Version via REST API

Overview

DescriptionDelete a dataset version of a given dataset ID.
Resource Path

/api/datasets/versions/{versionsetId}

HTTP MethodDELETE
Request/Response Formatapplication/json
Parameter description
Parameter
Description
{versionset_id}ID of the version set which you need to delete.

Sample cURL command

curl -X DELETE "Content-Type: application/json" -H "Authorization: Basic YWRtaW46YWRtaW4=" -v https://localhost:9443/api/datasets/versions/1 -k

Example

DELETE https://localhost:9443/api/datasets/versions/{versionsetId}

REST API response

HTTP status code

200 or 500.

For descriptions of the HTTP status codes, see HTTP Status Codes.

com.atlassian.confluence.content.render.xhtml.migration.exceptions.UnknownMacroMigrationException: The macro 'next_previous_links2' is unknown.