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.

Comments


0 Comments

Last Updated: Jun 09,2023