DELETE /users/:id/unfollow

DELETE /users/{id}/unfollow

Unfollow a user

Path parameters

  • id integer(int64) Required

    ID of the resource to fetch

Responses

  • 204

    no content success

  • 400

    Bad Request

  • 401

    Authorization information is missing or invalid.

  • 404

    User Not Found

  • 422

    Unprocessable Entity

  • 500

    Server Error

DELETE /users/{id}/unfollow
curl \
 -X DELETE https://api.cosmily.com/api/v1/users/{id}/unfollow \
 -H "Authorization: Bearer $ACCESS_TOKEN"