Delete Business Invite
DELETE/public-api/v1/kyb/invites/:inviteId
EndPoint Description : This API is used to delete an existing business invitation.
Details :
- Deletes the business invite identified by the invite ID provided in the path parameter.
- Once deleted, the invitation becomes invalid and can no longer be used.
Response :
- Returns true if the invite is successfully deleted.
- Returns false if the invite could not be deleted.
Request
Responses
- 200
- 401
- 500
Organization Invite successfully deleted.
Unauthorized – Invalid or missing token.
Internal Server Error