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

## Changes

- **2025-09-23** `9971ba6348f3` — 1 breaking
  - removed the media type `application/json` for the response with the status `204`

[Change history](https://skmtc.dev/knocklabs/apis/knock-api/changes/v1/objects/:collection/:id/delete.md)

---

[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/4b8499dddbc5/schema)
