Reset group invite link
Regenerates (revokes and reissues) the WhatsApp invite link for a group via WUTS, invalidating the previous link, and returns the new link with the reset timestamp.
Regenerates (revokes and reissues) the WhatsApp invite link for a group via WUTS, invalidating the previous link, and returns the new link with the reset timestamp.
Authorization
bearerAuth Per-user API token (UUID v4) sent as Authorization: Bearer <token>. Identifies the tenant and user.
In: header
Path Parameters
Group JID (e.g. 120363039000000000@g.us).
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/groups/string/invite/reset"{ "success": true, "group_jid": "120363039000000000@g.us", "invite_link": "https://chat.whatsapp.com/ZyXwVuTsRqPoNmLkJiHgFe", "reset_at": "2026-06-15T10:05: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"}{ "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"}Remove group participants DELETE
Removes participants from a WhatsApp group. The default action is remove, but an explicit action (add, remove, promote, demote) may be supplied in the body to override it. Returns the per-participant result from WUTS.
Set disappearing message timer PUT
Sets the disappearing (ephemeral) message timer for a group. Duration is in seconds: 0 (off), 86400 (1 day), 604800 (7 days), or 7776000 (90 days).