Deleting A Task

You can delete a task using our API.This will cause permanent removal of your chosen tasks by ID. All history, future calls and task details will be removed.

Delete Task

POST https://renthero.co.ke/phpsap/developer/payments/sapschedulerdelete.php

This endpoint allows you to delete your scheduled task.

Request Body

{
    "status": true,
    "response": {
    "TaskID":5,
    "Message":"Task Deleted Successfully",
    "Date":"2019/07/29"
    }
}

Last updated