---
title: "DELETE /v1/spaces/{spaceName}/projects/{name}"
method: DELETE
path: "/v1/spaces/{spaceName}/projects/{name}"
---

# DELETE /v1/spaces/{spaceName}/projects/{name}

`DELETE /v1/spaces/{spaceName}/projects/{name}`

Deletes a project in a space.

## Path parameters

- `spaceName` string, required
- `name` string, required

## Response `200`

Success

- DeleteProjectResponse
  - `spaceName` string, required — The name of the space.
  - `name` string, required — The name of the project in the space.
  - `displayName` string — The friendly name displayed to users of the project in Amazon CodeCatalyst.

## Other responses

- `480` — ThrottlingException
- `481` — ConflictException
- `482` — ValidationException
- `483` — ServiceQuotaExceededException
- `484` — ResourceNotFoundException
- `485` — AccessDeniedException

---

[API](https://skmtc.net/aws/apis/codecatalyst.md) · [All operations](https://skmtc.net/aws/apis/codecatalyst/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/codecatalyst/versions/b82f5a10dc49/schema)
