删除项目
DELETE
/openapi/v0.9/manage/api/v1/projects/{proj_uuid}/
es-management-service
请求参数
Path 参数
proj_uuid
string
项目id
Header 参数
x-user-token
string
必需
默认值:
{{x-user-token}}
X-Request-Id
string
可选
默认值:
{% mock 'uuid' %}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request DELETE '/openapi/v0.9/manage/api/v1/projects//' \
--header 'x-user-token;' \
--header 'X-Request-Id: {% mock '\''uuid'\'' %}'
返回响应
🟢200成功
application/json
Body
HTTP响应模板
code
integer
响应码
message
string
响应消息
data
object
响应数据
c2c_enable
boolean
可选
example: false
c2c_task_enable
boolean
可选
example: false
created_at
integer
可选
example: 1609459200
dock_rotation_disabled
boolean
可选
example: false
introduction
string
可选
example: 这是一个测试项目
is_project_updatable
boolean
可选
example: true
name
string
可选
example: 测试项目
org_uuid
string
可选
example: 4dbc6ef2-0e3c-4d47-8b32-552a44f573c5
project_crs_config
string
可选
project_fast_join
object
项目快速加入设置
project_id
string
可选
example: PRJ123456
project_share_config
object
项目分享配置
project_type
integer
可选
example: 1
project_weather_blocking
object
可选
project_work_center_point
object
项目中心点设置
status
string
可选
enum: project-status-run,project-status-stop
example: project-status-run
updated_at
integer
可选
example: 1609459200
uuid
string
可选
example: 4dbc6ef2-0e3c-4d47-8b32-552a44f573c5
示例
{
"code": 0,
"message": "string",
"data": {
"c2c_enable": true,
"c2c_task_enable": true,
"created_at": 0,
"dock_rotation_disabled": true,
"introduction": "string",
"is_project_updatable": true,
"name": "string",
"org_uuid": "string",
"project_crs_config": "string",
"project_fast_join": {
"code": "string",
"deadline_at": "string",
"is_expired": true,
"status": true
},
"project_id": "string",
"project_share_config": {
"live_disable": true,
"media_disable": true
},
"project_type": 0,
"project_weather_blocking": {
"airport_weather_station_blocking_config": {
"precipitation_limit": 0,
"wind_speed_limit": 0
},
"airport_weather_station_blocking_status": true,
"blocking_config_by_dock": {
"property1": {
"airport_weather_station_blocking_config": {
"precipitation_limit": 0,
"wind_speed_limit": 0
},
"cloud_weather_blocking_config": {
"precipitation_limit": 0,
"wind_speed_limit": 0
}
}
},
"cloud_weather_blocking_config": {
"precipitation_limit": 0,
"wind_speed_limit": 0
},
"cloud_weather_blocking_status": true
},
"project_work_center_point": {
"latitude": 0,
"longitude": 0
},
"status": "string",
"updated_at": 0,
"uuid": "string"
}
}
修改于 2025-06-27 08:06:05