Manage Changesets

Delete Changesets

Deletes one or more Changesets which are older than the specified version. The query parameter "version" must be an integer, bigger than 0 and the comparator must be one of the below list:

  • <
  • =lt=

Example: To remove changesets older than version number 10, a DELETE /spaces/{spaceId}/changesets?version=lt=10 could be executed.

The service will begin the process to remove the versions from version 9 until the version 0. During the deletion process, newer versions can be created and won't be affected.

delete/spaces/{spaceId}/changesets

Path parameters

spaceIdstring required

The unique identifier of the space.

Query parameters

versionstring required

The query parameter used to specify the versions to be deleted. The value must be an integer, bigger than 1, and the comparator should be one of the below list:

  • <
  • =lt=

Response

An empty response as a result of a user-request with accepted MIME type application/x-empty.

Changes

Changed in 2 of the 50 revisions of this API.11

    • added the media type application/x-empty for the response with the status

      response-media-type-added

    • removed the media type application/x-empty for the response with the status

      response-media-type-removed