---
title: "POST /v1/{+name}:deleteProject"
method: POST
path: "/v1/{+name}:deleteProject"
tags: ["services"]
---

# POST /v1/{+name}:deleteProject

`POST /v1/{+name}:deleteProject`

Deletes the specified project resource identified by a tenant resource tag. The mothod removes a project lien with a 'TenantManager' origin if that was added. It will then attempt to delete the project. If that operation fails, this method also fails. After the project has been deleted, the tenant resource state is set to DELETED. To permanently remove resource metadata, call the `RemoveTenantProject` method. New resources with the same tag can't be added if there are existing resources in a DELETED state. Operation.

## Path parameters

- `name` string, required

## Request body

- DeleteTenantProjectRequest — Request message to delete tenant project resource from the tenancy unit.
  - `tag` string — Required. Tag of the resource within the tenancy unit.

## Response `200`

Successful response

---

[API](https://skmtc.dev/google/apis/serviceconsumermanagement.md) · [All operations](https://skmtc.dev/google/apis/serviceconsumermanagement/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/google/serviceconsumermanagement/revisions/4ccbdb61fd14/schema)
