scheduled-notifications
Reject a scheduled notification
Reject a scheduled notification. Only admins can reject notifications. Rejected notifications will not be sent.
post/notifications/scheduled/{id}/reject
Path parameters
idnumber required
Example:1
Notification ID
Request body
Example request
{
"reason": "Content does not meet guidelines"
}Response
Notification rejected successfully
Example response
{
"notification_id": 1,
"title": "Flash Sale Alert",
"body": "Get 50% off!",
"scheduled_time": "2025-12-25T10:00:00Z",
"timezone": "Asia/Kuala_Lumpur",
"target_type": "all_users",
"status": "pending",
"created_at": "2025-12-01T10:00:00Z",
"updated_at": "2025-12-01T10:00:00Z"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.