Skip to content

Delete Notification

Delete a notification from Traccar.

Request

php
use ThingsTelemetry\Traccar\Facades\Notification;

$result = Notification::delete(id: 41);

Result

Returns ThingsTelemetry\Traccar\Dto\StatusData.

Released under the MIT License.