Message
Expunge a set of message payloads
Delete the payloads from the given messages under the current application
Useful in cases when a message was accidentally sent with sensitive content. A message can't be replayed or resent once its payload has been deleted (or has expired).
post/api/v1/app/{app_id}/msg/bulk-expunge
Path parameters
app_idstring required
The Application's ID or UID.
Example:unique-identifier
The Application's ID or UID.
Headers
idempotency-keystring
The request's idempotency key
Request body
Example request
{
"ids": [
"unique-identifier"
]
}Response
Changes
Changed in 1 of the 6 revisions of this API.1
- ○
endpoint added
endpoint-added
- ○