跳转到主要内容
POST
/
incident
/
post-mortem
/
delete
删除故障复盘
curl --request POST \
  --url 'https://api.flashcat.cloud/incident/post-mortem/delete?app_key=' \
  --header 'Content-Type: application/json' \
  --data '
{
  "incident_id": "<string>"
}
'
{
  "error": {
    "code": "<string>",
    "message": "<string>"
  }
}

授权

app_key
string
query
必填

请求体

application/json
incident_id
string
必填

故障ID

响应

200 - application/json
error
object

错误信息,仅失败时存在