Tasks API
Task reminder API - Delete task reminder
OVERVIEW
Method to use for removing a reminder for the task
Request URI
DELETE /tasks/{taskid}/reminders/{reminderid}
Request parameters
Parameter | Value | Description |
---|---|---|
taskid | integer | The ID of the task. The taskid can be obtained by calling the get all tasks . |
reminderid | integer | The ID of the reminder in task. The reminderid can be obtained by calling the get task. |
Response
The method returns a 200 OK http response in the case of a successful operation, otherwise an error object is returned.
Last Updated: Nov 08,2024
Comments
0 Comments