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>
등으로 바꿀 수 있습니다.