Cancel Reverification
PUT/public-api/v1/employees/reverification/cancel/:id
EndPoint Description : Cancels an active employee reverification request. Used when reverification is no longer required or was initiated by mistake.
Details :
- Cancels a previously created reverification request identified by the request ID.
- Ensures the request is eligible for cancellation based on its current status.
- The cancellation is performed in the context of the authenticated organization.
- Once cancelled, the reverification request cannot be processed further.
Request
Responses
- 200
- 401
- 500
Reverification Request JSON successfully fetched.
Unauthorized – Invalid or missing token.
Internal Server Error