- Print
- Dark modeLight
- PDF
Deletes multiple articles
Enter REST API key. To generate a key, go to Settings → Knowledge base portal → API tokens
Array of article IDs
Success
This states that the bulk article has been deleted successfully.
{
"data": [
{
"article_id": null,
"success": true,
"details": "Successfully deleted article with an id 4b10a0b0-7300-4f0d-b2cd-47c619af4047"
}
],
"extension_data": null,
"success": true,
"errors": [],
"warnings": [],
"information": []
}
Bulk delete article response
Article ID that has updated
Indicates if articles creation was successful
Additional information about articles creation status
Extention data for customer API response
Status indication for customer API response
Errors in the customer API response
Thids is the Extention data object
Stack trace for error response message
Description for error cause
Error code for Api response
Warnings in the customer API response
Extention Data for customer Api warning
Warning description
warning code for customer Api base response
Information passed by the customer API response
Extention data for customer Api response information
status description for customer Api response information
Bad Request
Kindly verify the article Id and perform the task again.
{
"extension_data": null,
"success": false,
"errors": [
{
"extension_data": null,
"stack_trace": null,
"description": "Failed to delete article with an id 4b10a0b0-7300-4f0d-b2cd-47c619af4047\r\nError: Article not found",
"error_code": null,
"custom_data": null
}
],
"warnings": [],
"information": []
}
Extention data for customer API response
Status indication for customer API response
Errors in the customer API response
Thids is the Extention data object
Stack trace for error response message
Description for error cause
Error code for Api response
Warnings in the customer API response
Extention Data for customer Api warning
Warning description
warning code for customer Api base response
Information passed by the customer API response
Extention data for customer Api response information
status description for customer Api response information