DELETE /users/:id/unfollow

DELETE /users/{id}/unfollow

Unfollow a user

Path parameters

  • id integer(int64) Required

    ID of the resource to fetch

Responses

  • no content success

  • Bad Request

  • Authorization information is missing or invalid.

  • User Not Found

  • Unprocessable Entity

  • Server Error

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