Delete notifications

DELETE /1/notifications

Delete notifications

application/json

Body

  • ids array Required

    The list of notification ids that should be removed.

Responses

  • Successful response

DELETE /1/notifications
curl \
 --request DELETE 'https://api.localsporthero.com/1/notifications' \
 --header "Content-Type: application/json" \
 --data '{"ids":[]}'
Request examples
{
  "ids": []
}