API DocsAPI Docs
delete/api/group/poi/{id}
delete/api/group/poi/{id}
删除POI
Basic Information
Request Method:
delete
Request URL:
https://www.lycoo.com/api/group/poi/{id}
Tags:
小组POI管理
Description
删除小组POI。需要用户已登录且为小组管理员或POI创建者。
Path Parameters
Path Parameters Explanation
Path parameters are variables in the URL path, for example:
https://www.lycoo.com/api/group/poi/:id
Parameter Name | Type | Required | Example Value | Description |
---|---|---|---|---|
id | string | Required | abc123 | 小组POI的ID |
Header Parameters
Header Parameters Explanation
Header parameters are used to pass additional information, such as authentication credentials, content type, etc.
Parameter Name | Type | Required | Example Value | Description |
---|---|---|---|---|
Authorization | string | Required | Bearer sha_1234567890abcdef... | The authentication header is used to verify the identity of API requests, containing an access token Format: Bearer {token} |
Response Example
200POI删除成功
{
"success": true,
"message": "string"
}
401
403
404
500