Delete Veridata statistics
delete
http://{host}:{port}/veridata/v1/services/purge/stats
Required Role: Administrator, SuperUser, CommandLineOperator
API to purge Veridata statistics for a list of Run IDs OR bulk purge for a dateTime.
Request
Query Parameters
- dateTime: string(date-time) Data to be purged before this dateTime (inclusive). Supported format yyyy-MM-dd'T'HH:mm:ss'Z'.Example:
2023-11-10'T'08:10:23Z
- runIds: string Comma separated RunID's whose instance to be purged. Example: 1001,1002,1003Example:
1001,1002,1003
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
204 Response
No Content.
400 Response
Bad Request.
Root Schema : Error
Type:
Show Source object
- errCode: string Veridata Error Code.
- errMsg: string Veridata Error Message.
Example:
{ "errCode":"OGGV-00001", "errMsg":"Error message" }
401 Response
Unauthorized.
Root Schema : Error
Type:
Show Source object
- errCode: string Veridata Error Code.
- errMsg: string Veridata Error Message.
Example:
{ "errCode":"OGGV-00001", "errMsg":"Error message" }
404 Response
Not Found.
Root Schema : Error
Type:
Show Source object
- errCode: string Veridata Error Code.
- errMsg: string Veridata Error Message.
Example:
{ "errCode":"OGGV-00001", "errMsg":"Error message" }
500 Response
Server Error.
Root Schema : Error
Type:
Show Source object
- errCode: string Veridata Error Code.
- errMsg: string Veridata Error Message.
Example:
{ "errCode":"OGGV-00001", "errMsg":"Error message" }