Memos
Reject Memo
Reject a memo at the current workflow step
POST
Reject a memo at its current workflow approval step. This stops the approval process and marks the memo as rejected, requiring the creator to either revise and resubmit or cancel the memo.
Authentication
Requires authentication with Bearer token. Available to:- Manager
- HR Manager
- Super Admin
Path Parameters
string
required
The unique identifier of the memo (UUID format)Example:
"550e8400-e29b-41d4-a716-446655440000"Request Body
string
Optional rejection comments explaining the reason for rejectionExample:
"Policy conflicts with existing HR guidelines. Please revise section 3."Response
boolean
Indicates if the request was successful
object
The updated memo object with rejected status
What Happens After Rejection
1
Workflow Stops
The memo approval workflow is immediately halted
2
Creator Notified
The memo creator receives a notification with rejection details and comments
3
Status Updated
Memo status changes to
rejected and is no longer in the approval queue4
Next Actions
The creator can revise the memo based on feedback and create a new version, or cancel the memo entirely
Best Practices
Providing helpful feedback:
- Always include detailed comments explaining the reason for rejection
- Reference specific sections or issues that need to be addressed
- Suggest concrete improvements or alternatives
- Be constructive to help the creator revise effectively
Authorization Rules
Similar to approval, rejection requires:- The memo must be at a workflow step where you have approval authority
- Managers can reject memos from their department or direct reports
- HR Managers and Super Admins can reject any memo
- The memo must be in
pendingstatus (not already approved or rejected)
Related Endpoints
- Approve Memo - Approve a memo to move it forward
- Get Memo - View memo details and status
- List Memos - View memos with filtering
- Mark as Read - Mark memo as read