删除API
DELETE
/api/v1/system-manage/apis/{api_id}请求参数
Path 参数
api_id
integer
必需
示例代码
返回响应
成功(200)
Validation Error(422)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
string
必需
msg
string
必需
data
object
必需
deleted_id
integer
必需
示例
{
"code": "0000",
"msg": "Deleted Successfully",
"data": {
"deleted_id": 1
}
}
最后修改时间: 9 个月前