POI를 삭제할 수 있는 DELETE 방법입니다.
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 명령을 사용하여 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>'
바꾸기 <POIID>
, <API KEY>
, <TOKEN>
, 및 <ORGID>
(실제 값 포함)