ServerOpenapi

Delete exploit

Deletes an exploit by ID.

DELETE
/exploit/{id}

Deletes an exploit by ID.

Authorization

CookieAuth
token<token>

Session JWT cookie returned by /api/v1/auth/login.

In: cookie

Path Parameters

id*integer

Exploit ID

Response Body

application/json

application/json

application/json

curl -X DELETE "https://loading/api/v1/exploit/0"
{
  "message": "string"
}
{
  "details": "string",
  "error": "string"
}
{
  "details": "string",
  "error": "string"
}