Remove Contact from Invitation ListAsk AIdelete https://api.swoogo.com/api/v1/invitation-lists/{invitation_list_id}/contact/{contact_id}Invitation Lists This endpoint removes a contact from an existing invitation list. It returns a success response when the contact is successfully removed.Path Paramsinvitation_list_idintegerrequiredinteger - required - The ID of the invitation listcontact_idintegerrequiredinteger - required - The ID of the contactResponses 200Contact Removed Successfully 400Bad Request - Invalid input data 401Your request was made with invalid credentials. 403You do not have access to that resource. 404The requested resource does not exist. 500An error occurred while processing your request.Updated 6 months ago