cURL
curl --request DELETE \ --url https://skycoach.gg/api/shop/marketplace/offers/{OfferId}/delete \ --header 'Accept: <accept>' \ --header 'Authorization: Bearer <token>'
{ "message": "ok" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
API response format
application/json
Success
"ok"