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

Method delete_listing

csfloat_client.py:362–366  ·  view source on GitHub ↗
(self, *, listing_id: int)

Source from the content-addressed store, hash-verified

360 return response
361
362 async def delete_listing(self, *, listing_id: int):
363 parameters = f"/listings/{listing_id}"
364 method = "DELETE"
365 response = await self._request(method=method, parameters=parameters)
366 return response
367
368 async def delete_buy_order(self, *, id: int):
369 parameters = f"/buy-orders/{id}"

Callers

nothing calls this directly

Calls 1

_requestMethod · 0.95

Tested by

no test coverage detected