70.cancel-collect

批量取消收藏航线文件

DELETE /wayline/api/v1/workspaces/{workspace_id}/favorites

Parameters

Name
In
Type
Required
Description

workspace_id

path

string

true

工作空间id

id

query

array[string]

false

航线文件id集合

x-auth-token

header

string

true

访问令牌

Responses

Status
Meaning
Description
Schema

Example responses

{
	"code":0
   	"data":{},
    "message": "success"
}

Schemas

wayline.BaseResponse

{
  "code": 0,
  "data": null,
  "message": "string"
}

Properties

Name
Type
Required
Restrictions
Description

code

integer

false

none

错误码

data

any

false

none

none

message

string

false

none

错误描述

DELETE /wayline/api/v1/workspaces/{workspace_id}/favorites

Parameters

Name
In
Type
Required
Description

workspace_id

path

string

true

工作空间id

id

query

array[string]

false

航线文件id集合

x-auth-token

header

string

true

访问令牌

Responses

Status
Meaning
Description
Schema

Example responses

{
	"code":0
   	"data":{},
    "message": "success"
}

Last updated