Remove Blip
This endpoint allows you to remove custom blips from your community's live map.
Remove Blip
Request Body
Name
Type
Description
Blip 123 removed!INVALID REQUEST TYPE
INVALID COMMUNITY ID
API ENDPOINT IS NOT ENABLED FOR THIS COMMUNITY
INVALID API KEY{
"id": "YOUR_COMMUNITY_ID",
"key": "YOUR_API_KEY",
"type": "REMOVE_BLIP",
"data": [
{
"ids": [1, 2, 3] // Blip ID
},
]
}Last updated
Was this helpful?

