Enter REST API key. To generate a key, go to Settings → Knowledge base portal → API tokens
The task ID of the file deleted
Success
This example shows the status response for deleting a file operation that has been completed.
{
"task_status": {
"task_id": "65868a00c536f34594713fec",
"is_complete": true,
"status": 2
},
"extension_data": null,
"success": true,
"errors": [],
"warnings": [],
"information": []
}
The task ID of the file deleted
Indicates whether the task associated with the file deletion is complete
0 - Queued, 1 - Initiated, 2 - InProgress, 3 - Completed, 4 - Error, 5 - Cancelled
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
This example shows that the given status is invalid. Perform the task again.
{
"extension_data": null,
"success": false,
"errors": [],
"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