Delete multiple malware samples
DELETE
/malware/samplesContract
Parameter | Value |
|---|---|
| Section | malware |
| Authentication | CookieAuth |
| Consumes | application/json |
| Produces | application/json |
Parameters
1 parameter
Name | Location | Required | Type | Description |
|---|---|---|---|---|
| request | body | yes | object | Sample IDs to delete: {ids: []int} |
{}
Responses
3 responses
Status | Description | Type |
|---|---|---|
200 | Successful response | no body |
400 | Invalid request body | object |
401 | Unauthorized | object |
{ "data": {}, "error": "<string>" }{ "data": {}, "error": "<string>" }