ActivityRemovedEvent
v1

An activity is removed by an Admin or Program Editor

Details

ActivityRemovedEvent payload

ActivityRemovedEvent Schema (json)
{
  "$id": "ActivityRemovedEventPayloadTSchema",
  "type": "object",
  "properties": {
    "user": {
      "type": "object",
      "properties": { "id": { "type": "string" } },
      "required": ["id"]
    },
    "activity": {
      "type": "object",
      "properties": {
        "id": { "type": "string" },
        "title": { "type": "string" }
      },
      "required": ["id", "title"]
    }
  },
  "required": ["user", "activity"]
}


Edit this pageLast updated on 2024/8/5