# Delete project

Removes the matchig project.

Endpoint: DELETE /projects/{project_id}
Version: v1
Security: AuthToken

## Header parameters:

  - `Content-Type` (string, required)
    Enum: "application/json"

## Path parameters:

  - `project_id` (integer, required)
    Unique identifier for the resource instance.
    Example: 1234567

## Response 200 fields (application/json):

  - `success` (boolean)

  - `message` (string)
    Enum: "Archived"

## Response 404 fields (application/json):

  - `success` (boolean)

  - `message` (string)
    Enum: "not found"

## Response default fields (application/json):

  - `message` (string)
    Error description.


