pub fn remove_lease<T: Config>(task: TaskId)
Expand description
Remove a lease.
origin
: Must be Root or passAdminOrigin
.task
: The task id of the lease which should be removed.
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::remove_lease
.