Bootstrap & Adoption
Notify Scheduler Deletion
Endpoint called by a device’s scheduler after it successfully deletes the Altostrat polling scheduler (typically when the site itself is being deleted/decommissioned). Requires SiteAuth
and validates signature. Marks the site’s deletion as fully completed.
GET
Authorizations
Device-specific authentication token (encrypted site ID) obtained during adoption. Required for /poll
and /notify/delete
endpoints.
Query Parameters
Laravel Signed URL signature.
Laravel Signed URL expiration timestamp.
Response
204
Notification received and processed successfully.