l.b.i.b.IBugTaskDelete(Interface) : interface documentation

Part of lp.bugs.interfaces.bugtask View In Hierarchy

Known subclasses: lp.bugs.interfaces.webservice.IBugTask

An interface for operations allowed with the Delete permission.
Method delete Delete this bugtask.
@export_destructor_operation()
@call_with(REQUEST_USER)
@operation_for_version('devel')
def delete(who):
Delete this bugtask.
Parameterswhothe user who is removing the bugtask.
RaisesCannotDeleteBugtask if the bugtask cannot be deleted due to a business rule or other model constraint.
Unauthorized if the user does not have permission to delete the bugtask.
API Documentation for Launchpad, generated by pydoctor at 2022-06-16 00:00:12.