This method allows you to delete a task.
The method to be used when deleting a task
is:
DELETE
url/api/mytenant/myorganization/maintenancecore/activities/{{taskKey}}
The parameters being replaced on the method
are:
taskKey: key of the task you wish to
delete.
When this method is executed successfully,
it returns HttpStatusCode.204.