Unpin a chat
Removes the pin from a chat for the connected account via a WhatsApp app-state patch. No request body is required.
Removes the pin from a chat for the connected account via a WhatsApp app-state patch. No request body is required.
Authorization
bearerAuth Per-user API token (UUID v4) sent as Authorization: Bearer <token>. Identifies the tenant and user.
In: header
Path Parameters
Target chat JID (user or group).
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X DELETE "https://example.com/chats/5511999999999@s.whatsapp.net/pin"{ "success": true, "chat_jid": "5511999999999@s.whatsapp.net", "pinned": false}{ "success": false, "error": "validation failed", "error_code": "VALIDATION_ERROR", "timestamp": "2026-06-15T12:00:00Z"}{ "success": false, "error": "validation failed", "error_code": "VALIDATION_ERROR", "timestamp": "2026-06-15T12:00:00Z"}{ "success": false, "error": "validation failed", "error_code": "VALIDATION_ERROR", "timestamp": "2026-06-15T12:00:00Z"}{ "success": false, "error": "validation failed", "error_code": "VALIDATION_ERROR", "timestamp": "2026-06-15T12:00:00Z"}Subscribe to a contact's presence POST
Registers the WUTS session to receive presence (online/last-seen) updates for a specific contact, optionally forcing the session online first.
Update disappearing-message timer PUT
Sets or clears the disappearing-message timer for a chat using a WUTS preset or a custom number of seconds.