v6 documentation is incomplete, want to contribute?

Delete generated Impostor

Delete generated Impostor for that avatar.

Requests made through this page are proxied through an intermediary server due to Cross-Origin Resource Sharing restrictions.

DELETE
/avatars/{avatarId}/impostor
auth<token>

Auth Token via Cookie

In: cookie

Path Parameters

avatarIdstring

Must be a valid avatar ID.

Response Body

application/json

application/json

curl -X DELETE "https://api.vrchat.cloud/api/1/avatars/string/impostor"
Empty

{
  "error": {
    "message": "\"Missing Credentials\"",
    "status_code": 401
  }
}

{
  "error": {
    "message": "Can't find avatar!",
    "status_code": 404
  }
}