Delete a Subtaskdelete https://api.elliemae.com/workflow/v1/tasks/{taskId}/subtasks/{subTaskId}Deletes a specified subtask.Path ParamstaskIdstringrequiredUnique identifier of the task the subtask is associated with.subTaskIdstringrequiredUnique identifier of the subtask.HeadersAuthorizationstringrequiredBearer tokenResponses 204No Content 400Bad Request 401Unauthorized 403Forbidden 404Not Found 500Internal Server ErrorUpdated 3 months ago