Skip to main content
POST
Stop following tasks in bulk

Authorizations

Authorization
string
header
required

JWT token obtained from /v2/auth/login. Send it in the header: Authorization: Bearer <your_token>

Body

application/json
taskIds
integer[]
required

Public numeric task identifiers to stop following.

Minimum array length: 1
Required range: x >= 1
Example:

Response

Follower links removed in bulk

unfollowed
integer
required
Example:

2

skipped
integer
required
Example:

1

message
string
required
Example:

"Você parou de seguir 2 tarefas."