Search...
Generate a test token to explore our APIs
Post Deleted Webhook
Developer Preview
An existing post was removed.
Permissions
This webhook requires the Read Forums permission scope.
Was this helpful?
The data payload will include the following as an encoded JWT:
Event Body
json
1{2 "data": {3 "eventType": "wix.forum.post_deleted",4 "instanceId": "<app-instance-id>",5 "data": "<stringified-JSON>"6 }7}
The parsed data
will include:
Sample Data
json
1{2 "id" : "0ec75a41-ae29-4e5e-8063-46f5a5d925d9",3 "entityFqdn" : "wix.forum.post",4 "slug" : "deleted",5 "entityId" : "5cacd5fe04976c0015f35363",6 "eventTime" : "2021-08-30T08:44:20.629071Z",7 "triggeredByAnonymizeRequest" : false8}