/accounts/:name/follow (DELETE)
DELETE /accounts/:name/follow
DELETE
/accounts/:name/follow
Authorizations
Parameters
Path Parameters
name
required
Characters must be [A-Za-z0-9-.] The first and last characters must be [A-Za-z0-9-.]
string
Request Body
Responses
204
No Content
400
Bad request
You are not following specified account.
object
error
required
You are not following this account.
string
404
Not Found
Account not found
object
error
required
Account not found.
string
500
Internal Server Error
object
error
required
Internal server error.
string