Remove Employee Invite
DELETE/public-api/v1/employees/invites/:id
EndPoint Description : This API is used to delete an existing employee invitation.
Details :
- Deletes the employee invite identified by the invite ID provided in the path parameter.
- Once deleted, the invitation becomes invalid and can no longer be used.
Request
Responses
- 200
- 401
- 500
Employee invite deleted successfully
Unauthorized – Invalid or missing token.
Internal Server Error