Method: UltracartClient::StorefrontApi#delete_screen_recording_segment

Defined in:
lib/ultracart_api/api/storefront_api.rb

#delete_screen_recording_segment(storefront_oid, screen_recording_segment_oid, opts = {}) ⇒ nil

Delete screen recording segment

Parameters:

  • storefront_oid (Integer)
  • screen_recording_segment_oid (Integer)
  • opts (Hash) (defaults to: {})

    the optional parameters

Returns:

  • (nil)


1748
1749
1750
1751
# File 'lib/ultracart_api/api/storefront_api.rb', line 1748

def delete_screen_recording_segment(storefront_oid, screen_recording_segment_oid, opts = {})
  delete_screen_recording_segment_with_http_info(storefront_oid, screen_recording_segment_oid, opts)
  nil
end