API Scan Result Workflow¶
-
POST
/api/v1/
(api_key)/scan/
(scan_id)/run/
(run_id)/delete
¶ New in version 1.0.
Delete the results of a finished scan
Example request:
POST /api/v1/8c283d9f0fcce2034a88c6f6a4176b01/scan/310b8e1b53ed4060/run/bd7a0dd4848f44a2/delete HTTP/1.1 Host: api.appcheck-ng.com Accept-Encoding: identity Content-Length: 0
Example response:
HTTP/1.1 200 OK Content-Type: application/json Content-Length: 21 Date: Wed, 08 May 2019 11:28:11 GMT { "success": true }
Parameters: - api_key (string) – Your API key
- scan_id (string) – ID of the scan
- run_id (string) – ID of the run
Response Headers: - Content-Type – application/json
Response JSON Object: - success (boolean) – operation was successful
- message (string) – human readable response
Status Codes: