Message
Expunge one message payload
Delete the given message's payload.
Useful in cases when a message was accidentally sent with sensitive content. The message can't be replayed or resent once its payload has been deleted (or has expired).
delete/api/v1/app/{app_id}/msg/{msg_id}/content
Path parameters
app_idstring required
The Application's ID or UID.
Example:unique-identifier
The Application's ID or UID.
msg_idstring required
The Message's ID or UID.
Example:unique-identifier
The Message's ID or UID.
Response
no content
Changes
No recorded changes to this endpoint across all 5 revisions of this API.