Method: Content::Pulp::Repository#delete

Defined in:
app/services/content/pulp/repository.rb

#deleteObject



94
95
96
97
98
# File 'app/services/content/pulp/repository.rb', line 94

def delete
  Runcible::Resources::Repository.delete(pulp_id)
rescue RestClient::ResourceNotFound => e
  true #not found is not a failure for delete
end