---
title: "Unsend/Delete Mass Message"
method: DELETE
path: "/api/{account}/mass-messaging/{id}"
tags: ["Mass Messaging"]
---

# Unsend/Delete Mass Message

`DELETE /api/{account}/mass-messaging/{id}`

Unsend a recently sent mass message, or delete a scheduled/saved message. When unsending, purchased content will continue to be able to viewable.

## Response `200`

- object
  - `data` object
    - `success` boolean
    - `queue` object
      - `id` integer
      - `date` string
      - `text` string
      - `giphyId` string, nullable
      - `textCropped` string
      - `isFree` boolean
      - `sentCount` integer
      - `viewedCount` integer
      - `canUnsend` boolean
      - `unsendSeconds` integer
      - `isCanceled` boolean
      - `mediaTypes` string, nullable
      - `hasError` boolean
      - `releaseForms` unknown[]
        - unknown
  - `_meta` object
    - `_credits` object
      - `used` integer
      - `balance` integer
      - `note` string
    - `_cache` object
      - `is_cached` boolean
      - `note` string
    - `_rate_limits` object
      - `limit_minute` integer
      - `limit_day` integer
      - `remaining_minute` integer
      - `remaining_day` integer

---

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