v6 documentation is incomplete, want to contribute?

Delete Group Gallery Image

Deletes an image from a Group gallery.

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

DELETE
/groups/{groupId}/galleries/{groupGalleryId}/images/{groupGalleryImageId}
auth<token>

Auth Token via Cookie

In: cookie

Path Parameters

groupIdstring

Must be a valid group ID.

groupGalleryIdstring

Must be a valid group gallery ID.

groupGalleryImageIdstring

Must be a valid group gallery image ID.

Response Body

application/json

application/json

application/json

application/json

curl -X DELETE "https://api.vrchat.cloud/api/1/groups/grp_00000000-0000-0000-0000-000000000000/galleries/ggal_00000000-0000-0000-0000-000000000000/images/ggim_00000000-0000-0000-0000-000000000000"

{
  "success": {
    "message": "Gallery image removed!",
    "status_code": 200
  }
}

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

{
  "error": {
    "message": "You can't remove this gallery submission!",
    "status_code": 403
  }
}

{
  "error": {
    "message": "Can't find groupǃ",
    "status_code": 404
  }
}