This is a DELETE request
URL: https://onfleet.com/api/v2/cfGroups/task/template_id
curl -i -X DELETE "https://onfleet.com/api/v2/cfGroup/tasks/d2N*68bTBAM6Rd6txuWdH9Xj" \
-u "<your_api_key>:"Success Response
A successful response will have no HTTP body, and will return as an HTTP 204 response.
Failed Response
An failed response will show errors.
{
"code": "ResourceNotFound",
"message": {
"error": 1402,
"message": "The requested resource does not exist.",
"cause": "Custom fields group not found.",
"request": "003e0daa-17dc-4c20-a256-594c2109ce5b",
"remoteAddress": "131.226.42.189"
}
}