Skip to main content
POST
/
message
/
delete
Delete Message For Everyone
curl --request POST \
  --url https://api.wppfy.com/message/delete \
  --header 'Content-Type: application/json' \
  --header 'token: <api-key>' \
  --data '
{
  "id": "<string>"
}
'
{
  "timestamp": "2023-11-07T05:31:56Z",
  "id": "<string>"
}

Authorizations

token
string
header
required

Body

application/json
id
string
required

ID of the message to be deleted

Response

Message deleted successfully

timestamp
string<date-time>
id
string