Gimp.Resource.delete

@accepts(Gimp.Resource)
@returns(bool)
def delete(self):
    # Python wrapper for gimp_resource_delete()
  

Deletes a resource.

Deletes a resource. Returns an error if the resource is not deletable. Deletes the resource's data. You should not use the resource afterwards.

Since 3.0

self

The resource.

Returns