DESCRIPTION
This endpoint creates a new task for the specified matter.
URL STRUCTURE
https://[hostname]/task/delete/{taskId}
METHOD
POST
HEADERS
**Authorization:**
string Base64 [email]:[key]
ARGUMENTS
Name | Type | Description |
---|---|---|
taskId | int | Internal ID of task |
RETURNS
Code | Message | Status |
200 | Task successfully deleted | Success |
404 | Task not found | Failure |