Skip to main content
DELETE
/
api
/
teams
/
{id}
/
follow
Unfollow team
curl --request DELETE \
  --url https://app.d-sports.org/api/teams/{id}/follow \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Clerk session token. Use Authorization: Bearer .

Path Parameters

id
string
required

Response

200

{ success }