Skip to main content
DELETE
/
api
/
shop
/
marketplace
/
offers
/
{OfferId}
/
delete
Delete offer
curl --request DELETE \
  --url https://skycoach.gg/api/shop/marketplace/offers/{OfferId}/delete \
  --header 'Accept: <accept>' \
  --header 'Authorization: Bearer <token>'
{
  "message": "ok"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Accept
enum<string>
default:application/json
required

API response format

Available options:
application/json

Path Parameters

OfferId
integer
required

Response

Success

message
string
Example:

"ok"