The Only API docs
Messaging

Delete (unsend) a message

Unsend a message this account sent.

DELETE
/accounts/{of_user_id}/messages/{message_id}

Unsend a message this account sent.

Deleting an id that is already gone returns the platform's 400 rather than a fake success, so you can tell "removed just now" from "was never there".

Fansly only. Requires writes to be enabled for the account.

Guide: Messaging & mass DM

X-API-Key<token>

Your CRM panel API key

In: header

Path Parameters

of_user_id*string

Creator account ID of the connected account (OnlyFans or Fansly). Use GET /accounts to list connected accounts and their IDs.

message_id*string

Header Parameters

X-Proxy?string

Proxy URL — HTTP or SOCKS5 (e.g. http://user:pass@host:port or socks5://user:pass@host:port). Optional on post-connection routes, where it overrides the proxy saved at login time. Required on the connection routes (POST /accounts/login, POST /accounts/login/cookies, POST /accounts/login/verify-otp) for OnlyFans accounts; optional for Fansly.

Response Body

curl -X DELETE "https://example.com/accounts/string/messages/string"
Empty