Delete
/v2/Articles/bulkdelete-article-versions
Security
API Key
Header parameter nameapi_token

Enter REST API key. To generate a key, go to Settings → Knowledge base portal → API tokens

Query parameters
articleId
stringRequired

The ID of the article

langCode
stringRequired

Language code of the article

articleVersionNumbers
array of integerRequired

Array of article version numbers

Responses
200
400

Success

Collapse all
object
article_id
string | null

IDs of the articles

data
string | null

Response article data

extension_data
object (ExtensionDataObject)
success
boolean

Status indication for customer API response

errors
Array of object (BaseError) | null

Errors in the customer API response

object
warnings
Array of object (BaseWarning) | null

Warnings in the customer API response

object
information
Array of object (BaseInformation) | null

Information passed by the customer API response

object