---
title: "Delete command"
method: DELETE
path: "/commands/{name}"
tags: ["product:chat"]
---

# Delete command

`DELETE /commands/{name}`

Deletes custom chat command

## Path parameters

- `name` string, required — Command name

## Response `200`

DeleteCommandResponse

- DeleteCommandResponse, nullable
  - `duration` string, required
  - `name` string, required — Command name

## Other responses

- `400` — Bad request
- `429` — Too many requests

---

[API](https://skmtc.net/getstream/apis/stream-api.md) · [All operations](https://skmtc.net/getstream/apis/stream-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getstream/stream-api/versions/3dba86aaa0d8/schema)
