📣 this endpoint reject a invitation which was send to a user by email . In this POST request the invitation ID has to be provided .✳ list of URL parameters
invitation_id = 36 character in length
📢 Info message : Here URL is contructed like POST/account/users/invitations/<invitation_id>/reject
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request POST 'https://api.vidinfra.com/members/invitations/e1b72f04-ec9d-483b-afd2-3b6399345432/reject'
Response Response Example
200 - Example 1
{}
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.