Search.../
  1. REST
Generate a test token to explore our APIs

Category Deleted Webhook

Developer Preview

An existing category 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.v1.category_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.category",
4 "slug" : "deleted",
5 "entityId" : "5cacd5fe04976c0015f35362",
6 "eventTime" : "2021-08-30T08:44:20.629071Z",
7 "triggeredByAnonymizeRequest" : false
8}