Toshl Developer

Dismiss notification

Dismiss a specific notification.

DELETE /me/notifications/{id}

Required scope:

Parameters

id *
required
string

Notification id.

* denotes required field/parameter.

Request

$ curl https://api.toshl.com/me/notifications/42 \
  -H "Authorization: Bearer T9cE5asGnuyYCCqIZFoWjFHvNbvVqHjl" \
  -X DELETE

Response

HTTP/1.1 204 No Content