---
title: "Delete a survey"
method: DELETE
path: "/api/surveys/{id_or_slug}"
tags: ["surveys"]
---

# Delete a survey

`DELETE /api/surveys/{id_or_slug}`

Delete an existing survey. Requires Administrator privileges.

## Path parameters

- `id_or_slug` string, required

## Response `204`

No Content

## Other responses

- `401` — Unauthorized
- `404` — Not Found
- `422` — Unprocessable Entity

## Changes

> 59 revisions in range; 6 could not be searched.

- **2026-07-21** (v1) `ffddb865fa73` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/forem/apis/forem-api-v1/changes/api/surveys/:id_or_slug/delete.md)

---

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