---
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

---

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