NoxVR Documentation
Relations

Unfollow a user

Unfollow a user.

POST
/relations/{id}/unfollow
AuthorizationBearer <token>

Bearer token authentication for user sessions

In: header

Path Parameters

idstring

User identifier to unfollow

Response Body

application/json

application/json

application/json

curl -X POST "https://nox.hactazia.fr/api/relations/string/unfollow"
{
  "success": true
}
{
  "error": {
    "message": "You are not logged in.",
    "code": 7,
    "status": 401
  },
  "data": null
}
{
  "error": {
    "message": "Resource not found.",
    "code": 3,
    "status": 404
  },
  "data": null
}