Remove Blip
This endpoint allows you to remove custom blips from your community's live map.
Last updated
Was this helpful?
This endpoint allows you to remove custom blips from your community's live map.
This API endpoint requires the pro version of Sonoran CAD or higher. For more information, see our pricing page.
POST https://api.sonorancad.com/emergency/remove_blip
This endpoint allows you to remove a custom blip from the live map.
id*
string
Your community's ID
key*
string
Your community's API Key
type*
string
REMOVE_BLIP
data*
array
Array of request objects
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?
Was this helpful?

