---
title: "Delete pod"
method: DELETE
path: "/pods/{id}"
tags: ["Support API Key Authentication"]
---

# Delete pod

`DELETE /pods/{id}`

Endpoint to delete an existing pod.

## Path parameters

- `id` string, uuid, required

## Response `200`

Delete an existing pod

- unknown

## Other responses

- `204` — Pod deleted successfully
- `404` — Pod not found
- `422` — Validation Error
- `500` — Internal server error

---

[API](https://skmtc.dev/lium/apis/lium-backend-api.md) · [All operations](https://skmtc.dev/lium/apis/lium-backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/lium/lium-backend-api/revisions/57db0a9348db/schema)
