Economy

Delete Product Listing

DELETE
/listing/{productId}

Deletes a listing.

Authorization

authCookie
auth<token>

Auth Token via Cookie

In: cookie

Path Parameters

productId*string

Must be a valid product ID.

Query Parameters

hydrate?boolean

Populates some fields and changes types of others for certain objects.

Response Body

application/json

application/json

curl -X DELETE "https://api.vrchat.cloud/api/1/listing/prod_bfbc2315-247a-44d7-bfea-5237f8d56cb4"
{
  "success": true
}
{
  "error": {
    "message": "\"Missing Credentials\"",
    "status_code": 401
  }
}