Amazon.CodeBuild.AmazonCodeBuildClient.DeleteProject C# (CSharp) Method

DeleteProject() public method

Deletes a build project.
/// The input value that was provided is not valid. ///
public DeleteProject ( DeleteProjectRequest request ) : DeleteProjectResponse
request Amazon.CodeBuild.Model.DeleteProjectRequest Container for the necessary parameters to execute the DeleteProject service method.
return DeleteProjectResponse
        public DeleteProjectResponse DeleteProject(DeleteProjectRequest request)
        {
            var marshaller = new DeleteProjectRequestMarshaller();
            var unmarshaller = DeleteProjectResponseUnmarshaller.Instance;

            return Invoke<DeleteProjectRequest,DeleteProjectResponse>(request, marshaller, unmarshaller);
        }