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
Name | Description | Required |
scopeID | ID of the network the task is in. You can get this from the network list API. | Required |
taskId | ID 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"
}
}