User APIs/Geofences
Delete Geofence
DELETE
/user/geofences/:idBearer token required
ADMIN | USERContent-Type:
application/jsonDestructive Operation
This action cannot be undone. Ensure you have the correct resource identifier before proceeding.
Path Parameters
| Name | Type | Required | Description |
|---|---|---|---|
id | number | Required |
Code Examples
curl -X DELETE 'https://<your-domain>:3001/user/geofences/:id' \
-H 'Authorization: Bearer <token>'