FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [View Raw Code]   [Original HTTPS Page]

vrchatapi.github.io/FileAPI/DeleteFile.md at master · dotted/vrchatapi.github.io · GitHub

Latest commit

 

History

History
27 lines (19 loc) · 400 Bytes

File metadata and controls

27 lines (19 loc) · 400 Bytes

Delete File

This API allows you to delete files from the server.

!> I was facing some problems testing the File API, so it is best not to use it

Request Method

DELETE

Endpoint

https://api.vrchat.cloud/api/1/file/[FILEID]

FILEID - the file id

Requires Authentication

Yes

Returns

{
    "success": {
        "message":"File deleted",
        "status_code":200
    }
}

Back | FazBrowse Home | New Git URL