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