Delete Notifications & Mentions

请用 (https://sns.bj.themez.cc/mobile_api/delete_notifs) API for access (notifications & mentions) deleting endpoint


Post 参数

参数 描述
session_id Access token ID 例如: de25cc16eb00960f076...
scope Array of notification ID (Integer) 例如: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, ...]

成功响应

{
        "data": [],
        "code": 200,
        "message": "Notifications deleted successfully"
    }
    

错误响应

{
        "code": 401,
        "data": [],
        "message": "Unauthorized Access"
    }

    {
        "code": 400,
        "message": "Notification IDs are missing or invalid",
        "data": []
    }