Skip to content
servasat edited this page May 30, 2011 · 1 revision
cancel_auction auction_id auth_key

example

Request:

{ 
  command: 'cancel_auction',
  data: { 
    auctione_id: 9,
    auth_key : 'ee11cbb19052e40b07aac0ca060c23ee'
  }
}

Response:

{
  command: 'cancel_auction',
  data: { 
    auction_id: 9,
    success: true
  }
}
Clone this wiki locally