Receive Delete Event for an Instagram Inbound Direct Message

This webhook is triggered when a user deletes (unsends) a message in an Instagram conversation. This event is currently supported only through the Instagram mobile app.

Payload
string
enum

The channel for which this event is received for, which is IG in this case.

Allowed:
string
enum

The event that occurred which triggered this notification, which is in this case: “ig.inboundmessage.deleted”

Allowed:
number

The Id of the account associated with the event

data
metadata
object
Response
200

Return a 200 status to indicate that the data was received successfully

LoadingLoading…