---
title: "delete"
method: DELETE
path: "/v1/project/{projectId}"
tags: ["Projects"]
---

# delete

`DELETE /v1/project/{projectId}`

Delete a project.

Interact with the "Request Body" below to explore the arguments of this function. Enter your GroundX API key to send a request directly from this web page. Select your language of choice to structure a code snippet based on your specified arguments.

## Path parameters

- `projectId` integer, required

## Response `200`

Project successfully deleted

- MessageResponse
  - `message` string

## Other responses

- `400` — Invalid project ID
- `401` — Unauthorized to delete project with given ID

## Changes

- **2023-11-29** `3bb565058636` — 1 info
  - endpoint added
- **2023-10-05** `5ee59ea914aa` — 1 breaking
  - api removed without deprecation
- **2023-10-04** `7d474e21a108` — 2 info
  - api operation id `deleteProject` removed and replaced with `Project_delete`
  - api tag `Project` added
- **2023-10-04** `79c42de78d2f` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/groundxai/apis/groundx-apis/changes/v1/project/:projectId/delete.md)

---

[API](https://skmtc.dev/groundxai/apis/groundx-apis.md) · [All operations](https://skmtc.dev/groundxai/apis/groundx-apis/llms.txt) · [OpenAPI document](https://skmtc.dev/groundxai/apis/groundx-apis/revisions/d177cd9fa116?raw)
