Manage POIs
Delete Custom POI
This service allows developers to delete a custom POI by its apiId.
delete/v1/poi/custom-poi/{id}
Path parameters
idstring required
Placer API ID
Response
200 response
Example response
{
"data": {
"result": "SUCCESS"
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.