cURL
curl --request POST \ --url https://api.basement.fun/launcher/unsend-channel-message \ --header 'Content-Type: application/json' \ --data '{ "launcherJwt": "<string>", "messageId": "<string>" }'
{ "success": true }
Delete/unsend a message from a channel
Random string identifier for request (for signature verification)
MD5 hash for request verification
Successful response
The response is of type object.
object