---
title: "Dismiss a TPM commitment for the caller's team"
method: DELETE
path: "/tpm/commitments/{id}"
tags: ["tpm"]
---

# Dismiss a TPM commitment for the caller's team

`DELETE /tpm/commitments/{id}`

Requires the privilege [`TPM_WRITE`](https://www.gremlin.com/docs/user-management/access-control/#privileges)

## Path parameters

- `id` string, required

## Query parameters

- `teamId` string, required

## Response `200`

TPM commitment dismissed successfully

## Other responses

- `401` — Authorization header missing or malformed. Please provide proper credentials in the authorization header.
- `403` — User requires privilege for target team: TPM_WRITE
- `404` — The TPM commitment with the given ID cannot be found
- `409` — Commitment update conflict, please reload and try again

---

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