TravelyfeHelp
开发者ReferencePeople

Unfollow Someone

DELETE
/v1/account/following

Stops following the person holding a handle.

Only available to the Travelyfe apps. Tokens issued to other apps receive forbidden.

AuthorizationBearer <token>

A Travelyfe access token.

In: header

Query Parameters

username*string

A handle, with or without the @.

Response Body

application/json

application/json

application/json

application/json

curl -X DELETE "https://example.com/v1/account/following?username=string"
{  "status": "string"}