---
title: "Delete object"
method: DELETE
path: "/objects/delete/{objectId}/{hardDelete}"
tags: ["Objects"]
---

# Delete object

`DELETE /objects/delete/{objectId}/{hardDelete}`

## Path parameters

- `objectId` union, required
  - string
  - string, uuid
- `hardDelete` '0' | '1', required

## Response `200`

Delete object response

- object
  - `saved` boolean
  - `success` boolean
  - `name` string
  - `message` string
  - `url` string

## Other responses

- `403` — Authentication failed. Please make sure you pass the API key of an API enabled user along in the Authorization header.
- `404` — The specified resource was not found
- `default` — Unexpected API error

---

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