Delete an existing variable from a project
DELETE
/v3/projects/{id}/variables/{key}Delete an existing variable from a project
请求参数
Path 参数
id
string
必需
The ID of a project
key
string
必需
The key of the variable
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
Delete an existing variable from a project
数据结构
Delete an existing variable from a project
key
string
可选
value
string
可选
示例
{
"key": "string",
"value": "string"
}
最后修改时间: 1 个月前