---
title: "Deletes a group message."
method: DELETE
path: "/dashboards/{dashboard_id}/groupmessages/{group_message_id}"
tags: ["Group Messages"]
---

# Deletes a group message.

`DELETE /dashboards/{dashboard_id}/groupmessages/{group_message_id}`

The group message will be marked as "cancelled" and can still be viewed in GET /groupmessages/{id}

## Path parameters

- `dashboard_id` integer, required
- `group_message_id` string, required

## Response `204`

Either the group message was deleted, or no field with that guid existed in the dashboard.

## Other responses

- `400` — Thrown if the dashboard id or group message id is invalid
- `401` — Unauthorized. Sent if the API key is omitted or invalid.
- `404` — Thrown if no group message with that id exists in the dashboard.

---

[API](https://skmtc.net/textrequest/apis/text-request-api-v3.md) · [All operations](https://skmtc.net/textrequest/apis/text-request-api-v3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/textrequest/text-request-api-v3/revisions/e4e42efcd650/schema)
