Skip to main content

Delete Marker

Delete a marker and its associated image.

DELETE /api/v1/markers/{id}

Parameters

ParameterTypeLocationDescription
iduuidpathMarker ID

Headers

Authorization: Bearer {access_token}

Response

{
"meta": {
"success": true,
"message": "Marker deleted successfully"
},
"data": null
}
note

Associated image in Google Drive is also deleted. Deletion continues even if image deletion fails.