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

# DELETE /api/v1/projects/{projectId}

`DELETE /api/v1/projects/{projectId}`

Delete project

## Path parameters

- `projectId` string, required

## Response `200`

Default Response

- object
  - `project` object
    - `id` string, required
    - `name` string, required
    - `description` string, nullable
    - `type` string, required
    - `defaultProduct` string, nullable
    - `slug` string, required
    - `autoCapitalization` boolean, nullable
    - `orgId` string, uuid, required
    - `createdAt` string, date-time, required
    - `updatedAt` string, date-time, required
    - `version` number
    - `upgradeStatus` string, nullable
    - `pitVersionLimit` number
    - `kmsCertificateKeyId` string, uuid, nullable
    - `auditLogsRetentionDays` number, nullable
    - `hasDeleteProtection` boolean, nullable
    - `secretSharing` boolean
    - `showSnapshotsLegacy` boolean
    - `secretDetectionIgnoreValues` string[], nullable
    - `enforceEncryptedSecretManagerSecretMetadata` boolean, nullable

## Other responses

- `400` — Default Response
- `401` — Default Response
- `403` — Default Response
- `404` — Default Response
- `422` — Default Response
- `500` — Default Response

---

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