Skip to main content
POST
/
group
/
toggleEphemeral
/
{instance}
Toggle Ephemeral
curl --request POST \
  --url https://{server-url}/group/toggleEphemeral/{instance} \
  --header 'Content-Type: application/json' \
  --data '
{
  "expiration": 0
}
'

Path Parameters

instance
string
required

Query Parameters

groupJid
string
Example:

"{{groupJid}}"

Body

application/json

The body is of type object.

Response

200 - application/json

Successful response