Amazon.CodeCommit.AmazonCodeCommitClient.DeleteRepository C# (CSharp) Method

DeleteRepository() public method

Deletes a repository. If a specified repository was already deleted, a null repository ID will be returned. Deleting a repository also deletes all associated objects and metadata. After a repository is deleted, all future push calls to the deleted repository will fail.
/// An encryption integrity check failed. /// /// An encryption key could not be accessed. /// /// The encryption key is disabled. /// /// No encryption key was found. /// /// The encryption key is not available. /// /// At least one specified repository name is not valid. /// /// /// /// This exception only occurs when a specified repository name is not valid. Other exceptions /// occur when a required repository parameter is missing, or when a specified repository /// does not exist. /// /// /// /// A repository name is required but was not specified. ///
public DeleteRepository ( Amazon.CodeCommit.Model.DeleteRepositoryRequest request ) : Amazon.CodeCommit.Model.DeleteRepositoryResponse
request Amazon.CodeCommit.Model.DeleteRepositoryRequest Container for the necessary parameters to execute the DeleteRepository service method.
return Amazon.CodeCommit.Model.DeleteRepositoryResponse
        public DeleteRepositoryResponse DeleteRepository(DeleteRepositoryRequest request)
        {
            var marshaller = new DeleteRepositoryRequestMarshaller();
            var unmarshaller = DeleteRepositoryResponseUnmarshaller.Instance;

            return Invoke<DeleteRepositoryRequest,DeleteRepositoryResponse>(request, marshaller, unmarshaller);
        }