跳转到主要内容
POST
/
incident
/
card-view
/
delete
视图删除
curl --request POST \
  --url 'https://api.flashcat.cloud/incident/card-view/delete?app_key=' \
  --header 'Content-Type: application/json' \
  --data '
{
  "view_id": "<string>"
}
'
{
  "error": {
    "code": "<string>",
    "message": "<string>"
  }
}

授权

app_key
string
query
必填

请求头

Content-Type
string

请求体

application/json
view_id
string
必填

响应

200 - application/json
error
object

错误信息,仅失败时存在