v1

latestOpenAPI 3.0.22026-07-174950145.6 KB
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.