Props

Delete Prop

DELETE
/props/{propId}

Delete a Prop.

Authorization

authCookie
auth<token>

Auth Token via Cookie

In: cookie

Path Parameters

propId*string

Prop ID.

Response Body

application/json

application/json

application/json

curl -X DELETE "https://api.vrchat.cloud/api/1/props/prop_829ba6f6-b837-49d9-b9a9-056b82103b58"
Empty
{
  "error": {
    "message": "\"Missing Credentials\"",
    "status_code": 401
  }
}
{
  "error": {
    "message": "You don't have permission․",
    "status_code": 403
  }
}
{
  "error": {
    "message": "That prop does not exist.",
    "status_code": 404
  }
}