---
title: "This will delete a list of %plural"
method: DELETE
path: "/objects"
tags: ["objects"]
---

# This will delete a list of %plural

`DELETE /objects`

Delete %plural matching given parameters

## Query parameters

- `objectID` integer, required
- `ids` integer[]
- `start` integer
- `range` integer
- `sort` string
- `sortDir` 'asc' | 'desc'
- `condition` string
- `search` string
- `searchNotes` boolean
- `group_id` integer
- `externs` string
- `listFields` string[]

## Response `200`

Successful object query

- Response
  - `code` integer, required
  - `data` object, required
  - `account_id` integer, required

## Other responses

- `400` — Invalid objectID
- `403` — No permissions

---

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