---
title: "Delete Ghg Entry"
method: DELETE
path: "/ghg_entries/{id}"
---

# Delete Ghg Entry

`DELETE /ghg_entries/{id}`

This endpoint deletes a GHG entry - this is irreversible and the entry cannot be recovered.

It will return an error if the GHG entry is not in DRAFT status.

## Path parameters

- `id` string, required

## Headers

- `x-client-secret` string, required — A secret token identifying the client connecting to the API

## Response `204`

Successful Response

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/isometric/apis/isometric-certify-data-ingestion-api.md) · [All operations](https://skmtc.net/isometric/apis/isometric-certify-data-ingestion-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/isometric/isometric-certify-data-ingestion-api/versions/9819e9c8ccf0/schema)
