Workplace from Meta is being discontinued – seamlessly migrate to Zoho Connect today. Learn More

Skip to product menu
Skip to main content

The purpose of this API is to delete a task.

Request URL:

https://connect.zoho.com/pulse/api/deleteTask

OAuth Scope:

zohopulse.tasks.DELETE

Request Method:

DELETE

Mandatory Header:Header name: Authorization
Header Value: Zoho-oauthtoken d92d401c803988c5cb849d0b4215f52

Parameters

NameDescriptionRequired
scopeIDID of the network the task is in. You can get this from the network list API.Required
taskIdID of the task to be deleted.Required

Sample URL

Copiedhttps://connect.zoho.com/pulse/api/deleteTask?scopeID=929000000015001&taskId=929000000640192

Sample Response

Copied{
  "deleteTask": {
    "result": "success"
  }
}