POI の削除 delete-a-poi
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 コマンド
次の 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