Skip to main content
DELETE
/
api
/
v1
/
groups
/
{group_jid}
/
photo
Remove Group Photo
curl --request DELETE \
  --url https://api.example.com/api/v1/groups/{group_jid}/photo
{
  "success": true,
  "details": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.wazzapi.com/llms.txt

Use this file to discover all available pages before exploring further.

Headers

Authorization
string | null

Path Parameters

group_jid
string
required

Query Parameters

session_name
string
required

WhatsApp session name

Response

Successful Response

Generic response for group operations.

success
boolean
required
details
string
required