Delete Notifications & Mentions

Use this endpoint (https://komico.edubrazeal.com/mobile_api/delete_notifs) to delete notifications and mentions.


Post parameters

Field Value Remarks
session_id ​Access token ID E.g. e7a4652c3231fc74761...
scope ​Array of notification IDs E.g. [2, 4, 6, 8, 10, 12, 14, 16, 18, 20, ...]

Success response

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

Error responses

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

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