GET
/
notify
/
delete
curl --request GET \
  --url https://{appDomain}/notify/delete \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

Device-specific authentication token (encrypted site ID) obtained during adoption. Required for /poll and /notify/delete endpoints.

Query Parameters

signature
string
required

Laravel Signed URL signature.

expires
integer
required

Laravel Signed URL expiration timestamp.

Response

204

Notification received and processed successfully.