# Project Retest Cancelled

The event emitted will include the following information:

```json
{
  "method": "project-retest-cancelled",
  "params": {
    "timestamp": "2021-01-01T00:00:00.000Z",
    "user": {
      "user_id": "60d0fe4f5311236168a109ca"
    },
    "data": {
      "project_id": "670116400c40b1faef39e965",
      "round": 1,
      "status": "Cancelled",
      "vulnerabilities_in_scope": [
        {
          "title": "SQL Injection",
          "id": "670e442f44f224fd6e503337",
          "alternate_id": "WEBAPP-1"
        }
      ],
      "requested_date": "2024-10-15T10:32:49.087Z",
      "retest_window": {
        "start_date": "2024-10-14T13:00:00.000Z",
        "end_date": "2024-10-20T12:59:59.000Z"
      },
      "requested_by": {
        "user_id": "66d2308ba99324532079e111",
        "first_name": "Admin",
        "last_name": "User"
      },
      "cancelled_date": "2024-10-15T10:33:09.294Z",
      "cancelled_by": {
        "user_id": "66d2308ba99324532079e111",
        "first_name": "Admin",
        "last_name": "User"
      }
    }
  }
}
```
