• FAQ
  • API
  • Members
  • Unsubscribing a user from a task through API: unsubscribe

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"
}