You can delete a specific predictive history.
Execution permission
Admin, Modify
Request line
DELETE baseURL/v1/objects/PredictionHistory/{id}
Request body
Not applicable.
Response body
Not applicable.
Status codes
Status code |
Reason phrase |
Description |
---|---|---|
204 |
No Content |
Success. |
401 |
Unauthorized |
No login privilege. |
403 |
Forbidden |
No delete privilege. |
404 |
Not Found |
The resource was not found. |
412 |
Precondition Failed |
The server is not available. |
500 |
Internal Server Error |
Server processing error. |