Integrations
Status
Instances
Settings
Webhooks
Send Messages
Chat Management
- POSTCheck if WhatsApp
- PUTMark Message as Read
- PUTMark Chat as Unread
- PUTArchive Chat
- DELDelete Message for Everyone
- POSTSend Presence
- POSTFetch Profile Picture URL
- POSTFind Contacts
- POSTFind Chats
- POSTFind Messages
- POSTFind Status Message
- POSTFetch Base64 from Media Message
- PUTUpdate Message
- PUTUpdate Bot Status
Label Management
Profile Settings
Group Management
- POSTCreate Group
- PUTUpdate Group Picture
- PUTUpdate Group Subject
- PUTUpdate Group Description
- GETFetch Invite Code
- GETAccept Invite Code
- PUTRevoke Invite Code
- POSTSend Invite URL
- GETFind Group By Invite Code
- GETFind Group By JID
- GETFetch All Groups
- GETFind Participants
- PUTUpdate Group Participants
- PUTUpdate Group Settings
- PUTToggle Ephemeral Mode
- DELLeave Group
Chat Management
Delete Message for Everyone
Apagar mensagem para todos
DELETE
/
chat
/
deleteMessageForEveryone
/
{instance}
curl --request DELETE \
--url https://api.wappfy.com.br/chat/deleteMessageForEveryone/{instance} \
--header 'Content-Type: application/json' \
--header 'apikey: <api-key>' \
--data '{
"id": "<string>",
"remoteJid": "<string>",
"fromMe": true,
"participant": "<string>"
}'
{
"key": {
"remoteJid": "559912345678@s.whatsapp.com",
"fromMe": true,
"id": "CBC2CDBAFA5C9"
},
"message": {
"protocolMessage": {
"key": {
"remoteJid": "559912345678@s.whatsapp.com",
"fromMe": true,
"id": "CBC2CDBAFA5C9"
},
"type": "REVOKE"
}
},
"messageTimestamp": "1720453008",
"status": "PENDING"
}
Authorizations
Seu cabeçalho da chave de autorização.
Path Parameters
ID da instância.
Body
application/json
Response
201 - application/json
Created
Schema representing a WhatsApp protocol message, including the key, message content, timestamp, and status.
curl --request DELETE \
--url https://api.wappfy.com.br/chat/deleteMessageForEveryone/{instance} \
--header 'Content-Type: application/json' \
--header 'apikey: <api-key>' \
--data '{
"id": "<string>",
"remoteJid": "<string>",
"fromMe": true,
"participant": "<string>"
}'
{
"key": {
"remoteJid": "559912345678@s.whatsapp.com",
"fromMe": true,
"id": "CBC2CDBAFA5C9"
},
"message": {
"protocolMessage": {
"key": {
"remoteJid": "559912345678@s.whatsapp.com",
"fromMe": true,
"id": "CBC2CDBAFA5C9"
},
"type": "REVOKE"
}
},
"messageTimestamp": "1720453008",
"status": "PENDING"
}