Remove Invite
DELETE/public-api/v1/kyc/invite/:id
EndPoint Description : Allows deletion of a KYC invite that is no longer required. This is typically used when an invite was sent in error or needs to be cancelled before onboarding is completed.
Details :
- Removes an invite identified by the provided invite ID.
- Ensures the invite is in a removable state (e.g., not already accepted).
- Once removed, the invite can no longer be used for onboarding.
Request
Responses
- 200
- 401
- 500
KYC invite deleted successfully
Unauthorized – Invalid or missing token.
Internal Server Error