{
"source_id": "{{TABLE_ID}}",
"source_type": "table",
"events": [
"item.create",
"item.update",
"item.delete"
]
}curl --location --request POST 'https://api.huoban.com/openapi/v1/event/unsubscribe' \
--header 'Open-Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"source_id": "",
"source_type": "table",
"events": [
"item.create",
"item.update",
"item.delete"
]
}'{
"code": 0,
"message": "success",
"data": {},
"meta": {
"trace_id": "1652588503863525"
}
}