Delete a Taskdelete https://api.elliemae.com/workflow/v1/tasks/{id}Deletes a specified task.Path ParamsidstringrequiredUnique identifier of the task.Query ParamsforcebooleanWhen set to true, the parent entity and all its child entities will be deleted. Otherwise, if there are any child entities under the entity to be deleted, the delete operation will fail with 409 Conflict error.truefalsemetadatabooleanIndicates whether to include metadata in the response.truefalseHeadersAuthorizationstringrequiredBearer tokenResponses 204No Content 400Bad Request 401Unauthorized 403Forbidden 404Not Found 500Internal Server ErrorUpdated 3 months ago