Solutions
worksection
beta
help
Unsubscribing a user from a task through API: unsubscribe
Sample unsubscribe request
?action=unsubscribe&id_task=TASK_ID&email_user=USER_EMAIL
Unsubscribes user from selected task
*task subscribers list can be obtained through get_task method with extra=subscribers parameter
Required parameters:
- id_task — task ID
- email_user — user email
Sample JSON response
If the request succeeds, the response will contain ok status
{
"status": "ok"
}
Leave your review
Did this article help you?
Glad we could help! What was helpful?
Sorry this didn't help. What went wrong?