Archive Geofence
POST/api/v1/geofences/:geofence_id/archive
Archive a geofence (soft-hide from default list and map).
Idempotent — archiving an already-archived fence returns 200 with current state. Tile cache invalidation fires via the post_save signal (archived field in _TILE_RELEVANT_FIELDS).
Request
Responses
- 200
- 401
- 403
- 404
- 422
- 500
- 501
- 502
- 503
- 504
OK
Unauthorized
Forbidden
Not Found
Validation Error
Internal Server Error
Not Implemented
Bad Gateway
Service Unavailable
Gateway Timeout