get http://127.0.0.1:12233/json_rpc/#054
Mark offer as not active
This method mark offer as innactive, by providing proper proof that action performed by the owner of the original offer posting.
It has basically two parameters inside JSON body:
- tx_id- id of the transaction with original offer posting(returned in marketplace_push_offer). Basically offers identified by carrier transactions id. Theoretically, one transaction can carry more than one offer, so then there is a second parameter which specifies an index of the offer inside carrier transaction, but since we didn't want to make the user interface and whole system way too complicated for using, by default API place only one offer per transaction.
- no - this parameter is 0 by default, must be used if transaction carries more then on offer.