Authentication

Delete Global Avatar Moderation

DELETE
/auth/user/avatarmoderations

Globally unmoderates an avatar.

Authorization

authCookie
auth<token>

Auth Token via Cookie

In: cookie

Query Parameters

targetAvatarId*string

Must be a valid avatar ID.

avatarModerationType*string

The avatar moderation type associated with the avatar.

Value in"block"

Response Body

application/json

application/json

curl -X DELETE "https://api.vrchat.cloud/api/1/auth/user/avatarmoderations?targetAvatarId=avtr_912d66a4-4714-43b8-8407-7de2cafbf55b&avatarModerationType=block"
{
  "OK": "string"
}
{
  "error": {
    "message": "\"Missing Credentials\"",
    "status_code": 401
  }
}