---
title: "Delete a result"
method: POST
path: "/results/delete"
tags: ["Results"]
---

# Delete a result

`POST /results/delete`

Deletes a result, by id, and all of its associated data from the database.

## Request body

- ApiDeleteResultRequest
  - `id` integer

## Response `200`

ok

- string

## Changes

- **2024-09-14** `2f32e46b3eed` — 1 info
  - endpoint added
- **2024-09-13** `58e78d863f31` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/sensepost/apis/untitled-api/changes/results/delete/post.md)

---

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