You need to enable JavaScript to run this app.
导航
删除虚拟事件
最近更新时间:2024.06.30 18:36:03首次发布时间:2024.06.30 18:36:03

请求说明

Path:openapi/v1/metadata/<app_id: int>/virtual_events/<event_name: str>
Method: DELETE
Content-type: application/json

请求参数

Body:

{}

返回参数

Response:

{
    "code": 200,
    "message": "success",
    "data": null
}