Skip to main content
POST
Toggle disappearing messages

Authorizations

apikey
string
header
required

Your Pilot Status API key (ps_...). Evolution GO also accepts Authorization: Bearer <key>.

Path Parameters

instance
string
required

The number's display name in the Pilot Status dashboard.

Body

application/json
groupJid
string
required

Group JID (may also be sent as a groupJid query parameter).

Example:

"120363000000000000@g.us"

expiration
integer
required

Seconds until messages disappear: 0 (off), 86400 (24h), 604800 (7d), or 7776000 (90d).

Example:

604800

Response

Success — provider-native response body.

Acknowledgement that the disappearing-messages timer was updated.

success
boolean

True when the ephemeral (disappearing messages) setting was applied.