Delete Article Version

Overview

  • This API deletes article version for a given article.

Permissions

  • Both 'Edit article' permission and 'Delete article' permission is required on parent folder.

Precondition

  • The version to be deleted must not be published and must not be checked-out.
  • The version to be deleted must not be the latest version which is checked-in.
SecurityoAuthUser
Request
path Parameters
ID
required
number

Article Id

Example: 40960000000012
versionID
required
string

ID of the version

Example: 40960000000100
Responses
200

OK

204

No Content

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

500

Internal server error

delete/articles/{ID}/versions/{versionID}
Request samples
Response samples
application/json
{
  • "link": {
    },
  • "paginationInfo": {
    },
  • "article": [
    ]
}