Delete a POI delete-a-poi
A DELETE method that lets you delete a POI.
Request
DELETE https://api-places.adobe.io/places/placesapi/v1/pois/<POIID>
Headers
-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'
Sample Response
If successful a Status of "204 No Content" is returned.
CURL command
Use the following CURL command to test the 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
Replace
<POIID>
, <API KEY>
, <TOKEN>
, and <ORGID>
with actual values.recommendation-more-help
475fad96-f29f-4dca-a109-68bf0557e825