---
title: "Deletes a standuper"
method: DELETE
path: "/v1/standupers/{id}"
tags: ["standupers"]
---

# Deletes a standuper

`DELETE /v1/standupers/{id}`

Untracks user in channel

## Path parameters

- `id` integer, required

## Response `204`

entity was deleted, returns no content

## Other responses

- `400` — Incorrect value for standuper id, must be integer or incorrect payload for standuper entity
- `401` — Missing/incorrect Bot Access Token or trying to access resource from another workspace
- `404` — Entity does not yet exist
- `500` — unexpected error occured, need to report to maintainers

---

[API](https://skmtc.net/maddevsio/apis/mad-devs-comedian.md) · [All operations](https://skmtc.net/maddevsio/apis/mad-devs-comedian/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/maddevsio/mad-devs-comedian/revisions/1ccd9e49d97b/schema)
