使用 DELETE 参数
DELETE
/delete请求参数
Query 参数
q1
string
可选
示例值:
v1
Body 参数multipart/form-data
b1
string
可选
示例值:
v1
b2
string
可选
示例值:
v2
示例代码
返回响应
OK(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
args
object
必需
q1
string
必需
data
string
必需
files
object
必需
form
object
必需
b1
string
必需
b2
string
必需
headers
object
必需
Accept
string
必需
Accept-Encoding
string
必需
Connection
string
必需
Content-Length
string
必需
Content-Type
string
必需
Host
string
必需
User-Agent
string
必需
json
null
必需
origin
string
必需
url
string
必需
示例
{
"args": {
"q1": "v1"
},
"data": "",
"files": {},
"form": {
"b1": "v1",
"b2": "v2"
},
"headers": {
"Accept": "*/*",
"Accept-Encoding": "gzip, deflate, br",
"Connection": "close",
"Content-Length": "262",
"Content-Type": "multipart/form-data; boundary=--------------------------519039062991114527357557",
"Host": "httpbin.apifox.com",
"User-Agent": "apifox/1.0.0 (https://www.apifox.cn)"
},
"json": null,
"origin": "116.23.126.194",
"url": "https://httpbin.apifox.com/delete?q1=v1"
}
最后修改时间: 2 年前