---
title: "Delete a custom object record"
method: DELETE
path: "/objects/records/default/{object}/{id}"
tags: ["Custom Object Records"]
---

# Delete a custom object record

`DELETE /objects/records/default/{object}/{id}`

Deletes a custom object record of the given type and ID.

Note that 200 response will be returned under either of the following conditions:
* The record is identified and successfully deleted
* The record could not be found

Note that the record is deleted immediately and, therefore, will not be retained upon successful deletion.

## Path parameters

- `object` string, required
- `id` string, uuid, required

## Headers

- `Accept-Encoding` string
- `Content-Encoding` string
- `Zuora-Track-Id` string
- `Zuora-Entity-Ids` string
- `Zuora-Org-Ids` string
- `Zuora-Version` string, date

## Response `200`

OK

- string, uri — The URI of the deleted custom object record.

---

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