MCPcopy Create free account
hub / github.com/Rushifakami/csfloat_api / delete_buy_order

Method delete_buy_order

csfloat_client.py:368–372  ·  view source on GitHub ↗
(self, *, id: int)

Source from the content-addressed store, hash-verified

366 return response
367
368 async def delete_buy_order(self, *, id: int):
369 parameters = f"/buy-orders/{id}"
370 method = "DELETE"
371 response = await self._request(method=method, parameters=parameters)
372 return response
373
374 async def delete_watchlist(self, *, id: int):
375 parameters = f"/listings/{id}/watchlist"

Callers

nothing calls this directly

Calls 1

_requestMethod · 0.95

Tested by

no test coverage detected