You must specify your API username and password using the twocheckout.Api.credentials method before calling a method in this class.
Use to delete an existing option.
Returns a Python object.
twocheckout.Api.credentials({'username':'APIuser1817037', 'password':'APIpass1817037'}) params = { 'option_id': 4774527631 } option = twocheckout.Option.find(params) result = option.delete()
{ 'response_code': 'OK', 'response_message': 'Option deleted successfully' }