---
title: "Delete Diagnostic item."
method: DELETE
path: "/api/diagnostics/{diagnosticsId}"
tags: ["Diagnostics"]
---

# Delete Diagnostic item.

`DELETE /api/diagnostics/{diagnosticsId}`

Removes a *Diagnostic* item from the *Diagnostics* collection.
Requires a *Diagnostic* item with the given `id` to exist;
otherwise returns 404 Not Found.

## Path parameters

- `diagnosticsId` string, uuid, required

## Response `204`

Diagnostic item deleted.

## Other responses

- `400` — The client sent an invalid request. The client SHOULD perform action(s) to provide valid syntax before retrying the request.
- `404` — The client requested a target resource that does not exist. The client SHOULD perform action(s) to re-align with the API or re-synchronize application state before retrying the request.

---

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