---
title: "Delete object"
method: DELETE
path: "/api/v1/objects/{objectPath}"
tags: ["objects"]
---

# Delete object

`DELETE /api/v1/objects/{objectPath}`

Deletes an object from your environment given the objectPath path parameter.

## Path parameters

- `objectPath` string, required

## Headers

- `Authorization` string, required

## Response `204`

Successful operation

- object

## Other responses

- `400` — Bad request
- `401` — Unauthorized to access resource
- `500` — Internal server error

---

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