删除目标点(POI) delete-a-poi
一种DELETE方法,可让您删除POI。
请求
DELETE https://api-places.adobe.io/places/placesapi/v1/pois/<POIID>
标头
-H' Content-Type: application/json'
-H 'Authorization: Bearer <TOKEN>'
-H 'x-api-key: <API KEY>'
-H 'x-gw-ims-org-id: <ORGID>'
-H 'Accept-Language: en-US'
示例响应
If successful a Status of "204 No Content" is returned.
CURL命令
使用以下CURL命令测试API:
curl -X DELETE 'https://api-places.adobe.io/places/placesapi/v1/pois/<POIID>' -H 'x-api-key: <API KEY>' -H 'Authorization: Bearer <TOKEN>' -H 'x-gw-ims-org-id: <ORGID>'
IMPORTANT
将
<POIID>
、<API KEY>
、<TOKEN>
和<ORGID>
替换为实际值。recommendation-more-help
475fad96-f29f-4dca-a109-68bf0557e825