---
title: "Delete a custom object"
method: DELETE
path: "/custom-objects/{type}/{id}"
tags: ["custom-objects"]
---

# Delete a custom object

`DELETE /custom-objects/{type}/{id}`

Deletes a custom object instance.

**Rate limit:** 120 requests per minute

## Path parameters

- `type` string, required
- `id` string, required

## Response `200`

- DeleteCustomObjectResponseBody
  - `request_id` string

## Other responses

- `403` — The authenticated caller or organization is not allowed to access this endpoint or operation.
- `404`
- `500` — An unexpected internal error occurred.

---

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