Logo
Profit.co's Public API Documentation

Task Delete API

GET https://api.profit.co/app/dao/activities?a=deleteActivity&activityId=<TASK_ID>&activtyTypeObject=30&objectId=6&apiKey=<API_KEY>&accessKey=<ACCESS_KEY>

To delete the task by task id.

 

Body PARAM

Key Datatype Required Description 
a
string
activityId
string Required: You can get the task id from "Get All Tasks by KR Id" API
activtyTypeObject
number
objectId
number
apiKey
string Required: API key of your Profit.co Account
accessKey
string Required: Access key of your Profit.co Account



HEADERS

Key Datatype Required Description 




RESPONSES

Curl
curl -X GET 'https://api.profit.co/app/dao/activities?a=deleteActivity&activityId=<TASK_ID>&activtyTypeObject=30&objectId=6&apiKey=<API_KEY>&accessKey=<ACCESS_KEY>?a=deleteActivity&activityId=<TASK_ID>&activtyTypeObject=30&objectId=6&apiKey=<API_KEY>&accessKey=<ACCESS_KEY>'

ENDPOINTS