---
title: "[BETA] delete quick reply"
method: POST
path: "/instances/{id}/client/action/delete-quick-reply"
tags: ["client"]
---

# [BETA] delete quick reply

`POST /instances/{id}/client/action/delete-quick-reply`

Delete a quick reply by id. Note: This endpoint is currently in beta and may change without notice.

## Path parameters

- `id` integer, required

## Request body

- object
  - `id` string, required

## Response `200`

Quick reply deleted successfully

- object
  - `instanceId` string — ID of the instance
  - `data` object
    - `id` string
    - `deleted` boolean
  - `status` 'success' | 'error'

## Other responses

- `401` — Unauthorized — invalid or missing bearer token
- `403` — Forbidden — insufficient permissions or account blocked
- `404` — Not found — instance does not exist or does not belong to you

---

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