Description
This endpoint allows you to delete a status (story) that was previously sent on WhatsApp. You can delete the status for all contacts or only for specific contacts.URL Parameters
Unique authenticated session ID
Request Body
Message ID of the status to be deleted
Sender JID (your account) in the format
5511999999999@s.whatsapp.net
Array of contact JIDs for whom the status will be deleted. If not specified, the status will be deleted for all contacts.JID format:
["5511999999999@s.whatsapp.net"]
Response
Indicates if the status was deleted successfully
Message ID of the status that was deleted
Status Codes
200
- Status deleted successfully400
- Invalid parameters401
- Unauthorized404
- Status not found500
- Server error
Usage Example
Notes
- Status are temporary content (Stories) that disappear after 24 hours
- You can only delete status that were sent by your account
- If the
participants
parameter is not specified, the status will be deleted for all contacts - The
sender
field must contain the JID of your own account in the format5511999999999@s.whatsapp.net
- Once deleted, the status cannot be recovered
- The
messageId
can be obtained from the response of the status send endpoint
Authorizations
Your Wappfy API key (get it at dash.wappfy.com.br)
Path Parameters
Session name (instanceName)