Delete a Group
POST /api/group/delete
Deletes a group — only allowed for the group owner/superadmin (enforced by the engine).
- Auth: Bearer Device Key
Fields
| Field | Type | Required |
|---|---|---|
group_id | string | ✔ |
Request
curl -X POST https://app.rapiwa.com/api/group/delete \
-H "Authorization: Bearer YOUR_DEVICE_KEY" \
-H "Content-Type: application/json" \
-d '{"group_id":"120363000000000000@g.us"}'
Response
{ "success": true, "data": { "status": true } }