Method: Vonage::Verify2#cancel_verification_request
- Defined in:
- lib/vonage/verify2.rb
#cancel_verification_request(request_id:) ⇒ Object
Cancel a verifiction. If a verification request is still active, calling this method aborts the workflow.
68 69 70 |
# File 'lib/vonage/verify2.rb', line 68 def cancel_verification_request(request_id:) request('/v2/verify/' + request_id, type: Delete) end |