---
title: "Delete an object"
method: DELETE
path: "/v1/objects/{collection}/{id}"
tags: ["Objects"]
---

# Delete an object

`DELETE /v1/objects/{collection}/{id}`

Permanently removes an object from the specified collection. This operation cannot be undone.

## Path parameters

- `collection` string, required
- `id` string, required

## Response `204`

No Content

- string — A `204 No Content` response.

---

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